#33B5A9

Color #33B5A9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #33B5A9

Tints of Light Sea Green #33B5A9

Color information

#33B5A9 (or 0x33B5A9) is unknown color: approx Light Sea Green. HEX triplet: 33, B5 and A9. RGB value is (51,181,169). Sum of RGB (Red+Green+Blue) = 51+181+169=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #33B5A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B5A9 is #CC4A56. Grayscale: #8C8C8C. Windows color (decimal): -13388375 or 11121971. OLE color: 11121971.

HSL color Cylindrical-coordinate representation of color #33B5A9: hue angle of 174.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B5A9 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB51181169-
CMYK0.7200.070.29
HSL174.46º56.03%45.49%-
HSV(B)174.46º71.82%70.98%-
XYZ25.0536.6243.28-
YUV140.76143.9363.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 12.72%
GREEN value IS 181 (71.09% from 255) = 45.14%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=12.72%
G=45.14%
B=42.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511811690.7200.070.29174.4656.0345.49
Hex33B5A948071Dae382d
Octal6326525111007352567055
Binary1100111011010110101001100100001111110110101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33B5A9; }

 p { color: rgb(51,181,169); }

 H1.HeaderClassName
 {
   color: #33B5A9;
 }
 .AnyTagClassName
 {
   color: #33B5A9;
 }
</style>
background-color css

<style>
 a { background-color: #33B5A9; }

 a { background-color: rgb(51,181,169); }

 div.DivClassName
 {
   background-color: #33B5A9;
 }
 .BgClassName
 {
   background-color: #33B5A9;
 }
</style>
border-color css

<style>
 span { border-color: #33B5A9; }

 span { border-color: rgb(51,181,169); }

 td.TdClassName
 {
   border-color: #33B5A9;
 }
 .TagClassName
 {
   border-color: #33B5A9;
 }
</style>