Shades of Light Sea Green #2AC0AA
Tints of Light Sea Green #2AC0AA
RGB
CMYK
RGB Variations
Color information
#2AC0AA (or 0x2AC0AA) is known color: Light Sea Green. HEX triplet: 2A, C0 and AA. RGB value is (42,192,170). Sum of RGB (Red+Green+Blue) = 42+192+170=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC0AA is #D53F55. Grayscale: #909090. Windows color (decimal): -13975382 or 11190314. OLE color: 11190314.
HSL color Cylindrical-coordinate representation of color #2AC0AA: hue angle of 171.2º 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 #2AC0AA is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 170 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.25 |
| HSL | 171.2º | 0.64% | 0.46% | - |
| HSV(B) | 171.2º | 0.78% | 0.75% | - |
| XYZ | 27.06 | 41.09 | 44.54 | - |
| YUV | 144.64 | 142.31 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 170 | 0.78 | 0 | 0.11 | 0.25 | 171.2 | 0.64 | 0.46 |
| Hex | 2A | C0 | AA | 4E | 0 | B | 19 | AB | 40 | 2E |
| Octal | 52 | 300 | 252 | 116 | 0 | 13 | 31 | 253 | 100 | 56 |
| Binary | 101010 | 11000000 | 10101010 | 1001110 | 0 | 1011 | 11001 | 10101011 | 1000000 | 101110 |
Color Harmonies of #2AC0AA
Complementary color
Monochromatic Colors of #2AC0AA
Black with #2AC0AA
Text Example
Text Example
White with #2AC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC0AA; }
p { color: rgb(42,192,170); }
H1.HeaderClassName
{
color: #2AC0AA;
}
.AnyTagClassName
{
color: #2AC0AA;
}
</style>
background-color css
<style>
a { background-color: #2AC0AA; }
a { background-color: rgb(42,192,170); }
div.DivClassName
{
background-color: #2AC0AA;
}
.BgClassName
{
background-color: #2AC0AA;
}
</style>
border-color css
<style>
span { border-color: #2AC0AA; }
span { border-color: rgb(42,192,170); }
td.TdClassName
{
border-color: #2AC0AA;
}
.TagClassName
{
border-color: #2AC0AA;
}
</style>