Shades of Light Sea Green #2CBCAC
Tints of Light Sea Green #2CBCAC
RGB
CMYK
RGB Variations
Color information
#2CBCAC (or 0x2CBCAC) is known color: Light Sea Green. HEX triplet: 2C, BC and AC. RGB value is (44,188,172). Sum of RGB (Red+Green+Blue) = 44+188+172=404 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.89% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CBCAC is #D34353. Grayscale: #8F8F8F. Windows color (decimal): -13845332 or 11320364. OLE color: 11320364.
HSL color Cylindrical-coordinate representation of color #2CBCAC: hue angle of 173.33º degrees, saturation: 0.62, 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 #2CBCAC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 188 | 172 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.26 |
| HSL | 173.33º | 0.62% | 0.45% | - |
| HSV(B) | 173.33º | 0.77% | 0.74% | - |
| XYZ | 26.47 | 39.48 | 45.26 | - |
| YUV | 143.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 172 | 0.77 | 0 | 0.09 | 0.26 | 173.33 | 0.62 | 0.45 |
| Hex | 2C | BC | AC | 4D | 0 | 9 | 1A | AD | 3E | 2D |
| Octal | 54 | 274 | 254 | 115 | 0 | 11 | 32 | 255 | 76 | 55 |
| Binary | 101100 | 10111100 | 10101100 | 1001101 | 0 | 1001 | 11010 | 10101101 | 111110 | 101101 |
Color Harmonies of #2CBCAC
Complementary color
Monochromatic Colors of #2CBCAC
Black with #2CBCAC
Text Example
Text Example
White with #2CBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCAC; }
p { color: rgb(44,188,172); }
H1.HeaderClassName
{
color: #2CBCAC;
}
.AnyTagClassName
{
color: #2CBCAC;
}
</style>
background-color css
<style>
a { background-color: #2CBCAC; }
a { background-color: rgb(44,188,172); }
div.DivClassName
{
background-color: #2CBCAC;
}
.BgClassName
{
background-color: #2CBCAC;
}
</style>
border-color css
<style>
span { border-color: #2CBCAC; }
span { border-color: rgb(44,188,172); }
td.TdClassName
{
border-color: #2CBCAC;
}
.TagClassName
{
border-color: #2CBCAC;
}
</style>