Shades of Light Sea Green #2CC0AC
Tints of Light Sea Green #2CC0AC
RGB
CMYK
RGB Variations
Color information
#2CC0AC (or 0x2CC0AC) is known color: Light Sea Green. HEX triplet: 2C, C0 and AC. RGB value is (44,192,172). Sum of RGB (Red+Green+Blue) = 44+192+172=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CC0AC is #D33F53. Grayscale: #919191. Windows color (decimal): -13844308 or 11321388. OLE color: 11321388.
HSL color Cylindrical-coordinate representation of color #2CC0AC: hue angle of 171.89º degrees, saturation: 0.63, 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 #2CC0AC is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 172 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.25 |
| HSL | 171.89º | 0.63% | 0.46% | - |
| HSV(B) | 171.89º | 0.77% | 0.75% | - |
| XYZ | 27.33 | 41.21 | 45.54 | - |
| YUV | 145.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 172 | 0.77 | 0 | 0.10 | 0.25 | 171.89 | 0.63 | 0.46 |
| Hex | 2C | C0 | AC | 4D | 0 | A | 19 | AC | 3F | 2E |
| Octal | 54 | 300 | 254 | 115 | 0 | 12 | 31 | 254 | 77 | 56 |
| Binary | 101100 | 11000000 | 10101100 | 1001101 | 0 | 1010 | 11001 | 10101100 | 111111 | 101110 |
Color Harmonies of #2CC0AC
Complementary color
Monochromatic Colors of #2CC0AC
Black with #2CC0AC
Text Example
Text Example
White with #2CC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC0AC; }
p { color: rgb(44,192,172); }
H1.HeaderClassName
{
color: #2CC0AC;
}
.AnyTagClassName
{
color: #2CC0AC;
}
</style>
background-color css
<style>
a { background-color: #2CC0AC; }
a { background-color: rgb(44,192,172); }
div.DivClassName
{
background-color: #2CC0AC;
}
.BgClassName
{
background-color: #2CC0AC;
}
</style>
border-color css
<style>
span { border-color: #2CC0AC; }
span { border-color: rgb(44,192,172); }
td.TdClassName
{
border-color: #2CC0AC;
}
.TagClassName
{
border-color: #2CC0AC;
}
</style>