Shades of Light Sea Green #2AACA2
Tints of Light Sea Green #2AACA2
RGB
CMYK
RGB Variations
Color information
#2AACA2 (or 0x2AACA2) is known color: Light Sea Green. HEX triplet: 2A, AC and A2. RGB value is (42,172,162). Sum of RGB (Red+Green+Blue) = 42+172+162=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #2AACA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AACA2 is #D5535D. Grayscale: #838383. Windows color (decimal): -13980510 or 10660906. OLE color: 10660906.
HSL color Cylindrical-coordinate representation of color #2AACA2: hue angle of 175.38º 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 #2AACA2 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 162 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.33 |
| HSL | 175.38º | 0.61% | 0.42% | - |
| HSV(B) | 175.38º | 0.76% | 0.67% | - |
| XYZ | 22.23 | 32.61 | 39.3 | - |
| YUV | 131.99 | 144.93 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 162 | 0.76 | 0 | 0.06 | 0.33 | 175.38 | 0.61 | 0.42 |
| Hex | 2A | AC | A2 | 4C | 0 | 6 | 21 | AF | 3D | 2A |
| Octal | 52 | 254 | 242 | 114 | 0 | 6 | 41 | 257 | 75 | 52 |
| Binary | 101010 | 10101100 | 10100010 | 1001100 | 0 | 110 | 100001 | 10101111 | 111101 | 101010 |
Color Harmonies of #2AACA2
Complementary color
Monochromatic Colors of #2AACA2
Black with #2AACA2
Text Example
Text Example
White with #2AACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACA2; }
p { color: rgb(42,172,162); }
H1.HeaderClassName
{
color: #2AACA2;
}
.AnyTagClassName
{
color: #2AACA2;
}
</style>
background-color css
<style>
a { background-color: #2AACA2; }
a { background-color: rgb(42,172,162); }
div.DivClassName
{
background-color: #2AACA2;
}
.BgClassName
{
background-color: #2AACA2;
}
</style>
border-color css
<style>
span { border-color: #2AACA2; }
span { border-color: rgb(42,172,162); }
td.TdClassName
{
border-color: #2AACA2;
}
.TagClassName
{
border-color: #2AACA2;
}
</style>