Shades of Light Sea Green #33BBC0
Tints of Light Sea Green #33BBC0
RGB
CMYK
RGB Variations
Color information
#33BBC0 (or 0x33BBC0) is known color: Light Sea Green. HEX triplet: 33, BB and C0. RGB value is (51,187,192). Sum of RGB (Red+Green+Blue) = 51+187+192=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #33BBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBC0 is #CC443F. Grayscale: #929292. Windows color (decimal): -13386816 or 12630835. OLE color: 12630835.
HSL color Cylindrical-coordinate representation of color #33BBC0: hue angle of 182.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BBC0 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 187 | 192 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.25 |
| HSL | 182.13º | 0.58% | 0.48% | - |
| HSV(B) | 182.13º | 0.73% | 0.75% | - |
| XYZ | 28.65 | 40.05 | 56.09 | - |
| YUV | 146.91 | 153.44 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 192 | 0.73 | 0.03 | 0 | 0.25 | 182.13 | 0.58 | 0.48 |
| Hex | 33 | BB | C0 | 49 | 3 | 0 | 19 | B6 | 3A | 30 |
| Octal | 63 | 273 | 300 | 111 | 3 | 0 | 31 | 266 | 72 | 60 |
| Binary | 110011 | 10111011 | 11000000 | 1001001 | 11 | 0 | 11001 | 10110110 | 111010 | 110000 |
Color Harmonies of #33BBC0
Complementary color
Monochromatic Colors of #33BBC0
Black with #33BBC0
Text Example
Text Example
White with #33BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BBC0; }
p { color: rgb(51,187,192); }
H1.HeaderClassName
{
color: #33BBC0;
}
.AnyTagClassName
{
color: #33BBC0;
}
</style>
background-color css
<style>
a { background-color: #33BBC0; }
a { background-color: rgb(51,187,192); }
div.DivClassName
{
background-color: #33BBC0;
}
.BgClassName
{
background-color: #33BBC0;
}
</style>
border-color css
<style>
span { border-color: #33BBC0; }
span { border-color: rgb(51,187,192); }
td.TdClassName
{
border-color: #33BBC0;
}
.TagClassName
{
border-color: #33BBC0;
}
</style>