Shades of Light Sea Green #2CBEAC
Tints of Light Sea Green #2CBEAC
RGB
CMYK
RGB Variations
Color information
#2CBEAC (or 0x2CBEAC) is known color: Light Sea Green. HEX triplet: 2C, BE and AC. RGB value is (44,190,172). Sum of RGB (Red+Green+Blue) = 44+190+172=406 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.84% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #2CBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBEAC is #D34153. Grayscale: #909090. Windows color (decimal): -13844820 or 11320876. OLE color: 11320876.
HSL color Cylindrical-coordinate representation of color #2CBEAC: hue angle of 172.6º 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 #2CBEAC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 190 | 172 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.25 |
| HSL | 172.6º | 0.62% | 0.46% | - |
| HSV(B) | 172.6º | 0.77% | 0.75% | - |
| XYZ | 26.9 | 40.34 | 45.4 | - |
| YUV | 144.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 172 | 0.77 | 0 | 0.09 | 0.25 | 172.6 | 0.62 | 0.46 |
| Hex | 2C | BE | AC | 4D | 0 | 9 | 19 | AD | 3E | 2E |
| Octal | 54 | 276 | 254 | 115 | 0 | 11 | 31 | 255 | 76 | 56 |
| Binary | 101100 | 10111110 | 10101100 | 1001101 | 0 | 1001 | 11001 | 10101101 | 111110 | 101110 |
Color Harmonies of #2CBEAC
Complementary color
Monochromatic Colors of #2CBEAC
Black with #2CBEAC
Text Example
Text Example
White with #2CBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEAC; }
p { color: rgb(44,190,172); }
H1.HeaderClassName
{
color: #2CBEAC;
}
.AnyTagClassName
{
color: #2CBEAC;
}
</style>
background-color css
<style>
a { background-color: #2CBEAC; }
a { background-color: rgb(44,190,172); }
div.DivClassName
{
background-color: #2CBEAC;
}
.BgClassName
{
background-color: #2CBEAC;
}
</style>
border-color css
<style>
span { border-color: #2CBEAC; }
span { border-color: rgb(44,190,172); }
td.TdClassName
{
border-color: #2CBEAC;
}
.TagClassName
{
border-color: #2CBEAC;
}
</style>