#33bbaa

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

Shades of Light Sea Green #33BBAA

Tints of Light Sea Green #33BBAA

Color information

#33BBAA (or 0x33BBAA) is unknown color: approx Light Sea Green. HEX triplet: 33, BB and AA. RGB value is (51,187,170). Sum of RGB (Red+Green+Blue) = 51+187+170=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #33BBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BBAA is #CC4455. Grayscale: #909090. Windows color (decimal): -13386838 or 11189043. OLE color: 11189043.

HSL color Cylindrical-coordinate representation of color #33BBAA: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BBAA is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB51187170-
CMYK0.7300.090.27
HSL172.5º57.14%46.67%-
HSV(B)172.5º72.73%73.33%-
XYZ26.3939.1544.2-
YUV144.4142.4461.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.5%
GREEN value IS 187 (73.44% from 255) = 45.83%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=12.5%
G=45.83%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511871700.7300.090.27172.557.1446.67
Hex33BBAA49091Bac392f
Octal63273252111011332547157
Binary11001110111011101010101001001010011101110101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33bbaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,187,170); }

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

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

 a { background-color: rgb(51,187,170); }

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

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

 span { border-color: rgb(51,187,170); }

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