#33B5AE

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

Shades of Light Sea Green #33B5AE

Tints of Light Sea Green #33B5AE

Color information

#33B5AE (or 0x33B5AE) is unknown color: approx Light Sea Green. HEX triplet: 33, B5 and AE. RGB value is (51,181,174). Sum of RGB (Red+Green+Blue) = 51+181+174=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #33B5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B5AE is #CC4A51. Grayscale: #8D8D8D. Windows color (decimal): -13388370 or 11449651. OLE color: 11449651.

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

Color convert

RGB51181174-
CMYK0.7200.040.29
HSL176.77º56.03%45.49%-
HSV(B)176.77º71.82%70.98%-
XYZ25.5336.8145.8-
YUV141.33146.4363.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.56%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=12.56%
G=44.58%
B=42.86%

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
Decimal511811740.7200.040.29176.7756.0345.49
Hex33B5AE48041Db1382d
Octal6326525611004352617055
Binary1100111011010110101110100100001001110110110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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