Shades of Light Sea Green #33BBBC
Tints of Light Sea Green #33BBBC
RGB
CMYK
RGB Variations
Color information
#33BBBC (or 0x33BBBC) is known color: Light Sea Green. HEX triplet: 33, BB and BC. RGB value is (51,187,188). Sum of RGB (Red+Green+Blue) = 51+187+188=426 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.97% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #33BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBBC is #CC4443. Grayscale: #929292. Windows color (decimal): -13386820 or 12368691. OLE color: 12368691.
HSL color Cylindrical-coordinate representation of color #33BBBC: hue angle of 180.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BBBC is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 187 | 188 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.26 |
| HSL | 180.44º | 0.57% | 0.47% | - |
| HSV(B) | 180.44º | 0.73% | 0.74% | - |
| XYZ | 28.21 | 39.88 | 53.79 | - |
| YUV | 146.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 188 | 0.73 | 0.01 | 0 | 0.26 | 180.44 | 0.57 | 0.47 |
| Hex | 33 | BB | BC | 49 | 1 | 0 | 1A | B4 | 39 | 2F |
| Octal | 63 | 273 | 274 | 111 | 1 | 0 | 32 | 264 | 71 | 57 |
| Binary | 110011 | 10111011 | 10111100 | 1001001 | 1 | 0 | 11010 | 10110100 | 111001 | 101111 |
Color Harmonies of #33BBBC
Complementary color
Monochromatic Colors of #33BBBC
Black with #33BBBC
Text Example
Text Example
White with #33BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BBBC; }
p { color: rgb(51,187,188); }
H1.HeaderClassName
{
color: #33BBBC;
}
.AnyTagClassName
{
color: #33BBBC;
}
</style>
background-color css
<style>
a { background-color: #33BBBC; }
a { background-color: rgb(51,187,188); }
div.DivClassName
{
background-color: #33BBBC;
}
.BgClassName
{
background-color: #33BBBC;
}
</style>
border-color css
<style>
span { border-color: #33BBBC; }
span { border-color: rgb(51,187,188); }
td.TdClassName
{
border-color: #33BBBC;
}
.TagClassName
{
border-color: #33BBBC;
}
</style>