Shades of Light Sea Green #2AC0AC
Tints of Light Sea Green #2AC0AC
RGB
CMYK
RGB Variations
Color information
#2AC0AC (or 0x2AC0AC) is known color: Light Sea Green. HEX triplet: 2A, C0 and AC. RGB value is (42,192,172). Sum of RGB (Red+Green+Blue) = 42+192+172=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC0AC is #D53F53. Grayscale: #909090. Windows color (decimal): -13975380 or 11321386. OLE color: 11321386.
HSL color Cylindrical-coordinate representation of color #2AC0AC: hue angle of 172º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC0AC is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 172 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.25 |
| HSL | 172º | 0.64% | 0.46% | - |
| HSV(B) | 172º | 0.78% | 0.75% | - |
| XYZ | 27.25 | 41.17 | 45.54 | - |
| YUV | 144.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 172 | 0.78 | 0 | 0.10 | 0.25 | 172 | 0.64 | 0.46 |
| Hex | 2A | C0 | AC | 4E | 0 | A | 19 | AC | 40 | 2E |
| Octal | 52 | 300 | 254 | 116 | 0 | 12 | 31 | 254 | 100 | 56 |
| Binary | 101010 | 11000000 | 10101100 | 1001110 | 0 | 1010 | 11001 | 10101100 | 1000000 | 101110 |
Color Harmonies of #2AC0AC
Complementary color
Monochromatic Colors of #2AC0AC
Black with #2AC0AC
Text Example
Text Example
White with #2AC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0AC; }
p { color: rgb(42,192,172); }
H1.HeaderClassName
{
color: #2AC0AC;
}
.AnyTagClassName
{
color: #2AC0AC;
}
</style>
background-color css
<style>
a { background-color: #2AC0AC; }
a { background-color: rgb(42,192,172); }
div.DivClassName
{
background-color: #2AC0AC;
}
.BgClassName
{
background-color: #2AC0AC;
}
</style>
border-color css
<style>
span { border-color: #2AC0AC; }
span { border-color: rgb(42,192,172); }
td.TdClassName
{
border-color: #2AC0AC;
}
.TagClassName
{
border-color: #2AC0AC;
}
</style>