Shades of Light Sea Green #2BBCAC
Tints of Light Sea Green #2BBCAC
RGB
CMYK
RGB Variations
Color information
#2BBCAC (or 0x2BBCAC) is known color: Light Sea Green. HEX triplet: 2B, BC and AC. RGB value is (43,188,172). Sum of RGB (Red+Green+Blue) = 43+188+172=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBCAC is #D44353. Grayscale: #8E8E8E. Windows color (decimal): -13910868 or 11320363. OLE color: 11320363.
HSL color Cylindrical-coordinate representation of color #2BBCAC: hue angle of 173.38º 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 #2BBCAC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 172 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.26 |
| HSL | 173.38º | 0.63% | 0.45% | - |
| HSV(B) | 173.38º | 0.77% | 0.74% | - |
| XYZ | 26.43 | 39.46 | 45.25 | - |
| YUV | 142.82 | 144.46 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 172 | 0.77 | 0 | 0.09 | 0.26 | 173.38 | 0.63 | 0.45 |
| Hex | 2B | BC | AC | 4D | 0 | 9 | 1A | AD | 3F | 2D |
| Octal | 53 | 274 | 254 | 115 | 0 | 11 | 32 | 255 | 77 | 55 |
| Binary | 101011 | 10111100 | 10101100 | 1001101 | 0 | 1001 | 11010 | 10101101 | 111111 | 101101 |
Color Harmonies of #2BBCAC
Complementary color
Monochromatic Colors of #2BBCAC
Black with #2BBCAC
Text Example
Text Example
White with #2BBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCAC; }
p { color: rgb(43,188,172); }
H1.HeaderClassName
{
color: #2BBCAC;
}
.AnyTagClassName
{
color: #2BBCAC;
}
</style>
background-color css
<style>
a { background-color: #2BBCAC; }
a { background-color: rgb(43,188,172); }
div.DivClassName
{
background-color: #2BBCAC;
}
.BgClassName
{
background-color: #2BBCAC;
}
</style>
border-color css
<style>
span { border-color: #2BBCAC; }
span { border-color: rgb(43,188,172); }
td.TdClassName
{
border-color: #2BBCAC;
}
.TagClassName
{
border-color: #2BBCAC;
}
</style>