Shades of Light Sea Green #2CBBAB
Tints of Light Sea Green #2CBBAB
RGB
CMYK
RGB Variations
Color information
#2CBBAB (or 0x2CBBAB) is known color: Light Sea Green. HEX triplet: 2C, BB and AB. RGB value is (44,187,171). Sum of RGB (Red+Green+Blue) = 44+187+171=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBBAB is #D34454. Grayscale: #8E8E8E. Windows color (decimal): -13845589 or 11254572. OLE color: 11254572.
HSL color Cylindrical-coordinate representation of color #2CBBAB: hue angle of 173.29º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBBAB is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 187 | 171 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.27 |
| HSL | 173.29º | 0.62% | 0.45% | - |
| HSV(B) | 173.29º | 0.76% | 0.73% | - |
| XYZ | 26.16 | 39.02 | 44.68 | - |
| YUV | 142.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 171 | 0.76 | 0 | 0.09 | 0.27 | 173.29 | 0.62 | 0.45 |
| Hex | 2C | BB | AB | 4C | 0 | 9 | 1B | AD | 3E | 2D |
| Octal | 54 | 273 | 253 | 114 | 0 | 11 | 33 | 255 | 76 | 55 |
| Binary | 101100 | 10111011 | 10101011 | 1001100 | 0 | 1001 | 11011 | 10101101 | 111110 | 101101 |
Color Harmonies of #2CBBAB
Complementary color
Monochromatic Colors of #2CBBAB
Black with #2CBBAB
Text Example
Text Example
White with #2CBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBAB; }
p { color: rgb(44,187,171); }
H1.HeaderClassName
{
color: #2CBBAB;
}
.AnyTagClassName
{
color: #2CBBAB;
}
</style>
background-color css
<style>
a { background-color: #2CBBAB; }
a { background-color: rgb(44,187,171); }
div.DivClassName
{
background-color: #2CBBAB;
}
.BgClassName
{
background-color: #2CBBAB;
}
</style>
border-color css
<style>
span { border-color: #2CBBAB; }
span { border-color: rgb(44,187,171); }
td.TdClassName
{
border-color: #2CBBAB;
}
.TagClassName
{
border-color: #2CBBAB;
}
</style>