Shades of Light Sea Green #2CBAA9
Tints of Light Sea Green #2CBAA9
RGB
CMYK
RGB Variations
Color information
#2CBAA9 (or 0x2CBAA9) is known color: Light Sea Green. HEX triplet: 2C, BA and A9. RGB value is (44,186,169). Sum of RGB (Red+Green+Blue) = 44+186+169=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBAA9 is #D34556. Grayscale: #8D8D8D. Windows color (decimal): -13845847 or 11123244. OLE color: 11123244.
HSL color Cylindrical-coordinate representation of color #2CBAA9: hue angle of 172.82º 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 #2CBAA9 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 186 | 169 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.27 |
| HSL | 172.82º | 0.62% | 0.45% | - |
| HSV(B) | 172.82º | 0.76% | 0.73% | - |
| XYZ | 25.76 | 38.52 | 43.61 | - |
| YUV | 141.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 169 | 0.76 | 0 | 0.09 | 0.27 | 172.82 | 0.62 | 0.45 |
| Hex | 2C | BA | A9 | 4C | 0 | 9 | 1B | AD | 3E | 2D |
| Octal | 54 | 272 | 251 | 114 | 0 | 11 | 33 | 255 | 76 | 55 |
| Binary | 101100 | 10111010 | 10101001 | 1001100 | 0 | 1001 | 11011 | 10101101 | 111110 | 101101 |
Color Harmonies of #2CBAA9
Complementary color
Monochromatic Colors of #2CBAA9
Black with #2CBAA9
Text Example
Text Example
White with #2CBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAA9; }
p { color: rgb(44,186,169); }
H1.HeaderClassName
{
color: #2CBAA9;
}
.AnyTagClassName
{
color: #2CBAA9;
}
</style>
background-color css
<style>
a { background-color: #2CBAA9; }
a { background-color: rgb(44,186,169); }
div.DivClassName
{
background-color: #2CBAA9;
}
.BgClassName
{
background-color: #2CBAA9;
}
</style>
border-color css
<style>
span { border-color: #2CBAA9; }
span { border-color: rgb(44,186,169); }
td.TdClassName
{
border-color: #2CBAA9;
}
.TagClassName
{
border-color: #2CBAA9;
}
</style>