Shades of Light Sea Green #2BBCAA
Tints of Light Sea Green #2BBCAA
RGB
CMYK
RGB Variations
Color information
#2BBCAA (or 0x2BBCAA) is known color: Light Sea Green. HEX triplet: 2B, BC and AA. RGB value is (43,188,170). Sum of RGB (Red+Green+Blue) = 43+188+170=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBCAA is #D44355. Grayscale: #8E8E8E. Windows color (decimal): -13910870 or 11189291. OLE color: 11189291.
HSL color Cylindrical-coordinate representation of color #2BBCAA: hue angle of 172.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBCAA is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 170 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.26 |
| HSL | 172.55º | 0.63% | 0.45% | - |
| HSV(B) | 172.55º | 0.77% | 0.74% | - |
| XYZ | 26.24 | 39.38 | 44.25 | - |
| YUV | 142.59 | 143.46 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 170 | 0.77 | 0 | 0.10 | 0.26 | 172.55 | 0.63 | 0.45 |
| Hex | 2B | BC | AA | 4D | 0 | A | 1A | AD | 3F | 2D |
| Octal | 53 | 274 | 252 | 115 | 0 | 12 | 32 | 255 | 77 | 55 |
| Binary | 101011 | 10111100 | 10101010 | 1001101 | 0 | 1010 | 11010 | 10101101 | 111111 | 101101 |
Color Harmonies of #2BBCAA
Complementary color
Monochromatic Colors of #2BBCAA
Black with #2BBCAA
Text Example
Text Example
White with #2BBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCAA; }
p { color: rgb(43,188,170); }
H1.HeaderClassName
{
color: #2BBCAA;
}
.AnyTagClassName
{
color: #2BBCAA;
}
</style>
background-color css
<style>
a { background-color: #2BBCAA; }
a { background-color: rgb(43,188,170); }
div.DivClassName
{
background-color: #2BBCAA;
}
.BgClassName
{
background-color: #2BBCAA;
}
</style>
border-color css
<style>
span { border-color: #2BBCAA; }
span { border-color: rgb(43,188,170); }
td.TdClassName
{
border-color: #2BBCAA;
}
.TagClassName
{
border-color: #2BBCAA;
}
</style>