Shades of Light Sea Green #33BCAB
Tints of Light Sea Green #33BCAB
RGB
CMYK
RGB Variations
Color information
#33BCAB (or 0x33BCAB) is known color: Light Sea Green. HEX triplet: 33, BC and AB. RGB value is (51,188,171). Sum of RGB (Red+Green+Blue) = 51+188+171=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #33BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BCAB is #CC4354. Grayscale: #919191. Windows color (decimal): -13386581 or 11254835. OLE color: 11254835.
HSL color Cylindrical-coordinate representation of color #33BCAB: hue angle of 172.55º 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 #33BCAB is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 171 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.26 |
| HSL | 172.55º | 0.57% | 0.47% | - |
| HSV(B) | 172.55º | 0.73% | 0.74% | - |
| XYZ | 26.7 | 39.61 | 44.77 | - |
| YUV | 145.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 171 | 0.73 | 0 | 0.09 | 0.26 | 172.55 | 0.57 | 0.47 |
| Hex | 33 | BC | AB | 49 | 0 | 9 | 1A | AD | 39 | 2F |
| Octal | 63 | 274 | 253 | 111 | 0 | 11 | 32 | 255 | 71 | 57 |
| Binary | 110011 | 10111100 | 10101011 | 1001001 | 0 | 1001 | 11010 | 10101101 | 111001 | 101111 |
Color Harmonies of #33BCAB
Complementary color
Monochromatic Colors of #33BCAB
Black with #33BCAB
Text Example
Text Example
White with #33BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCAB; }
p { color: rgb(51,188,171); }
H1.HeaderClassName
{
color: #33BCAB;
}
.AnyTagClassName
{
color: #33BCAB;
}
</style>
background-color css
<style>
a { background-color: #33BCAB; }
a { background-color: rgb(51,188,171); }
div.DivClassName
{
background-color: #33BCAB;
}
.BgClassName
{
background-color: #33BCAB;
}
</style>
border-color css
<style>
span { border-color: #33BCAB; }
span { border-color: rgb(51,188,171); }
td.TdClassName
{
border-color: #33BCAB;
}
.TagClassName
{
border-color: #33BCAB;
}
</style>