Shades of Light Sea Green #2AAEA9
Tints of Light Sea Green #2AAEA9
RGB
CMYK
RGB Variations
Color information
#2AAEA9 (or 0x2AAEA9) is known color: Light Sea Green. HEX triplet: 2A, AE and A9. RGB value is (42,174,169). Sum of RGB (Red+Green+Blue) = 42+174+169=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAEA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEA9 is #D55156. Grayscale: #858585. Windows color (decimal): -13979991 or 11120170. OLE color: 11120170.
HSL color Cylindrical-coordinate representation of color #2AAEA9: hue angle of 177.73º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAEA9 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 169 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.32 |
| HSL | 177.73º | 0.61% | 0.42% | - |
| HSV(B) | 177.73º | 0.76% | 0.68% | - |
| XYZ | 23.25 | 33.63 | 42.8 | - |
| YUV | 133.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 169 | 0.76 | 0 | 0.03 | 0.32 | 177.73 | 0.61 | 0.42 |
| Hex | 2A | AE | A9 | 4C | 0 | 3 | 20 | B2 | 3D | 2A |
| Octal | 52 | 256 | 251 | 114 | 0 | 3 | 40 | 262 | 75 | 52 |
| Binary | 101010 | 10101110 | 10101001 | 1001100 | 0 | 11 | 100000 | 10110010 | 111101 | 101010 |
Color Harmonies of #2AAEA9
Complementary color
Monochromatic Colors of #2AAEA9
Black with #2AAEA9
Text Example
Text Example
White with #2AAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEA9; }
p { color: rgb(42,174,169); }
H1.HeaderClassName
{
color: #2AAEA9;
}
.AnyTagClassName
{
color: #2AAEA9;
}
</style>
background-color css
<style>
a { background-color: #2AAEA9; }
a { background-color: rgb(42,174,169); }
div.DivClassName
{
background-color: #2AAEA9;
}
.BgClassName
{
background-color: #2AAEA9;
}
</style>
border-color css
<style>
span { border-color: #2AAEA9; }
span { border-color: rgb(42,174,169); }
td.TdClassName
{
border-color: #2AAEA9;
}
.TagClassName
{
border-color: #2AAEA9;
}
</style>