Shades of Light Sea Green #2CBDAC
Tints of Light Sea Green #2CBDAC
RGB
CMYK
RGB Variations
Color information
#2CBDAC (or 0x2CBDAC) is known color: Light Sea Green. HEX triplet: 2C, BD and AC. RGB value is (44,189,172). Sum of RGB (Red+Green+Blue) = 44+189+172=405 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.86% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBDAC is #D34253. Grayscale: #8F8F8F. Windows color (decimal): -13845076 or 11320620. OLE color: 11320620.
HSL color Cylindrical-coordinate representation of color #2CBDAC: hue angle of 172.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBDAC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 189 | 172 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.26 |
| HSL | 172.97º | 0.62% | 0.46% | - |
| HSV(B) | 172.97º | 0.77% | 0.74% | - |
| XYZ | 26.68 | 39.91 | 45.33 | - |
| YUV | 143.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 189 | 172 | 0.77 | 0 | 0.09 | 0.26 | 172.97 | 0.62 | 0.46 |
| Hex | 2C | BD | AC | 4D | 0 | 9 | 1A | AD | 3E | 2E |
| Octal | 54 | 275 | 254 | 115 | 0 | 11 | 32 | 255 | 76 | 56 |
| Binary | 101100 | 10111101 | 10101100 | 1001101 | 0 | 1001 | 11010 | 10101101 | 111110 | 101110 |
Color Harmonies of #2CBDAC
Complementary color
Monochromatic Colors of #2CBDAC
Black with #2CBDAC
Text Example
Text Example
White with #2CBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBDAC; }
p { color: rgb(44,189,172); }
H1.HeaderClassName
{
color: #2CBDAC;
}
.AnyTagClassName
{
color: #2CBDAC;
}
</style>
background-color css
<style>
a { background-color: #2CBDAC; }
a { background-color: rgb(44,189,172); }
div.DivClassName
{
background-color: #2CBDAC;
}
.BgClassName
{
background-color: #2CBDAC;
}
</style>
border-color css
<style>
span { border-color: #2CBDAC; }
span { border-color: rgb(44,189,172); }
td.TdClassName
{
border-color: #2CBDAC;
}
.TagClassName
{
border-color: #2CBDAC;
}
</style>