#33B5AD

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

Shades of Light Sea Green #33B5AD

Tints of Light Sea Green #33B5AD

Color information

#33B5AD (or 0x33B5AD) is unknown color: approx Light Sea Green. HEX triplet: 33, B5 and AD. RGB value is (51,181,173). Sum of RGB (Red+Green+Blue) = 51+181+173=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #33B5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B5AD is #CC4A52. Grayscale: #8D8D8D. Windows color (decimal): -13388371 or 11384115. OLE color: 11384115.

HSL color Cylindrical-coordinate representation of color #33B5AD: hue angle of 176.31º 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 #33B5AD is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB51181173-
CMYK0.7200.040.29
HSL176.31º56.03%45.49%-
HSV(B)176.31º71.82%70.98%-
XYZ25.4336.7745.29-
YUV141.22145.9363.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.59%
GREEN value IS 181 (71.09% from 255) = 44.69%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=12.59%
G=44.69%
B=42.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511811730.7200.040.29176.3156.0345.49
Hex33B5AD48041Db0382d
Octal6326525511004352607055
Binary1100111011010110101101100100001001110110110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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