Shades of Light Sea Green #2AACA8
Tints of Light Sea Green #2AACA8
RGB
CMYK
RGB Variations
Color information
#2AACA8 (or 0x2AACA8) is known color: Light Sea Green. HEX triplet: 2A, AC and A8. RGB value is (42,172,168). Sum of RGB (Red+Green+Blue) = 42+172+168=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #2AACA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AACA8 is #D55357. Grayscale: #848484. Windows color (decimal): -13980504 or 11054122. OLE color: 11054122.
HSL color Cylindrical-coordinate representation of color #2AACA8: hue angle of 178.15º 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 #2AACA8 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 168 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.33 |
| HSL | 178.15º | 0.61% | 0.42% | - |
| HSV(B) | 178.15º | 0.76% | 0.67% | - |
| XYZ | 22.78 | 32.82 | 42.18 | - |
| YUV | 132.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 168 | 0.76 | 0 | 0.02 | 0.33 | 178.15 | 0.61 | 0.42 |
| Hex | 2A | AC | A8 | 4C | 0 | 2 | 21 | B2 | 3D | 2A |
| Octal | 52 | 254 | 250 | 114 | 0 | 2 | 41 | 262 | 75 | 52 |
| Binary | 101010 | 10101100 | 10101000 | 1001100 | 0 | 10 | 100001 | 10110010 | 111101 | 101010 |
Color Harmonies of #2AACA8
Complementary color
Monochromatic Colors of #2AACA8
Black with #2AACA8
Text Example
Text Example
White with #2AACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACA8; }
p { color: rgb(42,172,168); }
H1.HeaderClassName
{
color: #2AACA8;
}
.AnyTagClassName
{
color: #2AACA8;
}
</style>
background-color css
<style>
a { background-color: #2AACA8; }
a { background-color: rgb(42,172,168); }
div.DivClassName
{
background-color: #2AACA8;
}
.BgClassName
{
background-color: #2AACA8;
}
</style>
border-color css
<style>
span { border-color: #2AACA8; }
span { border-color: rgb(42,172,168); }
td.TdClassName
{
border-color: #2AACA8;
}
.TagClassName
{
border-color: #2AACA8;
}
</style>