Shades of Light Sea Green #2AACAA
Tints of Light Sea Green #2AACAA
RGB
CMYK
RGB Variations
Color information
#2AACAA (or 0x2AACAA) is known color: Light Sea Green. HEX triplet: 2A, AC and AA. RGB value is (42,172,170). Sum of RGB (Red+Green+Blue) = 42+172+170=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #2AACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AACAA is #D55355. Grayscale: #848484. Windows color (decimal): -13980502 or 11185194. OLE color: 11185194.
HSL color Cylindrical-coordinate representation of color #2AACAA: hue angle of 179.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AACAA is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 170 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.33 |
| HSL | 179.08º | 0.61% | 0.42% | - |
| HSV(B) | 179.08º | 0.76% | 0.67% | - |
| XYZ | 22.96 | 32.9 | 43.17 | - |
| YUV | 132.9 | 148.93 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 170 | 0.76 | 0 | 0.01 | 0.33 | 179.08 | 0.61 | 0.42 |
| Hex | 2A | AC | AA | 4C | 0 | 1 | 21 | B3 | 3D | 2A |
| Octal | 52 | 254 | 252 | 114 | 0 | 1 | 41 | 263 | 75 | 52 |
| Binary | 101010 | 10101100 | 10101010 | 1001100 | 0 | 1 | 100001 | 10110011 | 111101 | 101010 |
Color Harmonies of #2AACAA
Complementary color
Monochromatic Colors of #2AACAA
Black with #2AACAA
Text Example
Text Example
White with #2AACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACAA; }
p { color: rgb(42,172,170); }
H1.HeaderClassName
{
color: #2AACAA;
}
.AnyTagClassName
{
color: #2AACAA;
}
</style>
background-color css
<style>
a { background-color: #2AACAA; }
a { background-color: rgb(42,172,170); }
div.DivClassName
{
background-color: #2AACAA;
}
.BgClassName
{
background-color: #2AACAA;
}
</style>
border-color css
<style>
span { border-color: #2AACAA; }
span { border-color: rgb(42,172,170); }
td.TdClassName
{
border-color: #2AACAA;
}
.TagClassName
{
border-color: #2AACAA;
}
</style>