Color Hex Logo

#30a696 Color Hex

#30A696
(48,166,150)
0 Favorites   0 Comments

Color spaces of #30a696

RGB 48166150
HSL0.480.550.42
HSV172°71°65°
CMYK 0.710.000.10   0.35
XYZ20.360230.102833.5915
Yxy30.10280.24220.3581
Hunter Lab54.8660-29.77612.1061
CIE-Lab61.7428-35.9285-1.1014

#30a696 color RGB value is (48,166,150).

#30a696 hex color red value is 48, green value is 166 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #30a696 hue: 0.48 , saturation: 0.55 and the lightness value of 30a696 is 0.42.

The process color (four color CMYK) of #30a696 color hex is 0.71, 0.00, 0.10, 0.35. Web safe color of #30a696 is #339999. Color #30a696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10100110 10010110
Octal 60 246 226
Decimal 48 166 150
Hex 30 A6 96

RGB Percentages of Color #30a696

%13.19
%45.60
%41.21

CMYK Percentages of Color #30a696

%71
%0
%10
%35

Triadic Colors of #30a696

#30a696 #9630a6 #a69630

Analogous Colors of #30a696

#30a696 #307ba6 #30a65b

Monochromatic Colors of #30a696

#30a696

Complementary Color

#30a696 #a63040

#30a696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a696 Color CSS Codes

.mybgcolor {background-color:#30a696; } 
.myforecolor {color:#30a696; }
.mybordercolor {border:3px solid #30a696; }

#30a696 Text Font Color

<p style="color:#30a696">Text here</p>

This sample text font color is #30a696
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#30a696 Background Color

<div style="background-color:#30a696">
Div content here</div>

This div background color is #30a696


#30a696 Border Color

<div style="border:3px solid #30a696">
Div here</div>

This div border color is #30a696


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,166,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30a696; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30a696;
  -webkit-box-shadow: 1px 1px 3px 2px #30a696;
  box-shadow:         1px 1px 3px 2px #30a696; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,166,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30a696">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30a696;
  -webkit-box-shadow: 1px 1px 3px 2px #30a696;
  box-shadow:         1px 1px 3px 2px #30a696;">
Div content here</div>

This div box has shadow with color #30a696


Comments

No comments written yet.

Please login to write comment.