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