Shades of Light Sea Green #33C2BB
Tints of Light Sea Green #33C2BB
RGB
CMYK
RGB Variations
Color information
#33C2BB (or 0x33C2BB) is known color: Light Sea Green. HEX triplet: 33, C2 and BB. RGB value is (51,194,187). Sum of RGB (Red+Green+Blue) = 51+194+187=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #33C2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C2BB is #CC3D44. Grayscale: #969696. Windows color (decimal): -13385029 or 12304947. OLE color: 12304947.
HSL color Cylindrical-coordinate representation of color #33C2BB: hue angle of 177.06º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C2BB is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 194 | 187 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.24 |
| HSL | 177.06º | 0.58% | 0.48% | - |
| HSV(B) | 177.06º | 0.74% | 0.76% | - |
| XYZ | 29.63 | 42.88 | 53.73 | - |
| YUV | 150.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 194 | 187 | 0.74 | 0 | 0.04 | 0.24 | 177.06 | 0.58 | 0.48 |
| Hex | 33 | C2 | BB | 4A | 0 | 4 | 18 | B1 | 3A | 30 |
| Octal | 63 | 302 | 273 | 112 | 0 | 4 | 30 | 261 | 72 | 60 |
| Binary | 110011 | 11000010 | 10111011 | 1001010 | 0 | 100 | 11000 | 10110001 | 111010 | 110000 |
Color Harmonies of #33C2BB
Complementary color
Monochromatic Colors of #33C2BB
Black with #33C2BB
Text Example
Text Example
White with #33C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C2BB; }
p { color: rgb(51,194,187); }
H1.HeaderClassName
{
color: #33C2BB;
}
.AnyTagClassName
{
color: #33C2BB;
}
</style>
background-color css
<style>
a { background-color: #33C2BB; }
a { background-color: rgb(51,194,187); }
div.DivClassName
{
background-color: #33C2BB;
}
.BgClassName
{
background-color: #33C2BB;
}
</style>
border-color css
<style>
span { border-color: #33C2BB; }
span { border-color: rgb(51,194,187); }
td.TdClassName
{
border-color: #33C2BB;
}
.TagClassName
{
border-color: #33C2BB;
}
</style>