Shades of Light Sea Green #2CBEAB
Tints of Light Sea Green #2CBEAB
RGB
CMYK
RGB Variations
Color information
#2CBEAB (or 0x2CBEAB) is known color: Light Sea Green. HEX triplet: 2C, BE and AB. RGB value is (44,190,171). Sum of RGB (Red+Green+Blue) = 44+190+171=405 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.86% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBEAB is #D34154. Grayscale: #909090. Windows color (decimal): -13844821 or 11255340. OLE color: 11255340.
HSL color Cylindrical-coordinate representation of color #2CBEAB: hue angle of 172.19º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBEAB is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 171 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.25 |
| HSL | 172.19º | 0.62% | 0.46% | - |
| HSV(B) | 172.19º | 0.77% | 0.75% | - |
| XYZ | 26.8 | 40.3 | 44.89 | - |
| YUV | 144.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 171 | 0.77 | 0 | 0.10 | 0.25 | 172.19 | 0.62 | 0.46 |
| Hex | 2C | BE | AB | 4D | 0 | A | 19 | AC | 3E | 2E |
| Octal | 54 | 276 | 253 | 115 | 0 | 12 | 31 | 254 | 76 | 56 |
| Binary | 101100 | 10111110 | 10101011 | 1001101 | 0 | 1010 | 11001 | 10101100 | 111110 | 101110 |
Color Harmonies of #2CBEAB
Complementary color
Monochromatic Colors of #2CBEAB
Black with #2CBEAB
Text Example
Text Example
White with #2CBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEAB; }
p { color: rgb(44,190,171); }
H1.HeaderClassName
{
color: #2CBEAB;
}
.AnyTagClassName
{
color: #2CBEAB;
}
</style>
background-color css
<style>
a { background-color: #2CBEAB; }
a { background-color: rgb(44,190,171); }
div.DivClassName
{
background-color: #2CBEAB;
}
.BgClassName
{
background-color: #2CBEAB;
}
</style>
border-color css
<style>
span { border-color: #2CBEAB; }
span { border-color: rgb(44,190,171); }
td.TdClassName
{
border-color: #2CBEAB;
}
.TagClassName
{
border-color: #2CBEAB;
}
</style>