Shades of Light Sea Green #2AAA9F
Tints of Light Sea Green #2AAA9F
RGB
CMYK
RGB Variations
Color information
#2AAA9F (or 0x2AAA9F) is known color: Light Sea Green. HEX triplet: 2A, AA and 9F. RGB value is (42,170,159). Sum of RGB (Red+Green+Blue) = 42+170+159=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAA9F is #D55560. Grayscale: #828282. Windows color (decimal): -13981025 or 10463786. OLE color: 10463786.
HSL color Cylindrical-coordinate representation of color #2AAA9F: hue angle of 174.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA9F is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 159 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.33 |
| HSL | 174.84º | 0.6% | 0.42% | - |
| HSV(B) | 174.84º | 0.75% | 0.67% | - |
| XYZ | 21.59 | 31.74 | 37.79 | - |
| YUV | 130.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 159 | 0.75 | 0 | 0.06 | 0.33 | 174.84 | 0.6 | 0.42 |
| Hex | 2A | AA | 9F | 4B | 0 | 6 | 21 | AF | 3C | 2A |
| Octal | 52 | 252 | 237 | 113 | 0 | 6 | 41 | 257 | 74 | 52 |
| Binary | 101010 | 10101010 | 10011111 | 1001011 | 0 | 110 | 100001 | 10101111 | 111100 | 101010 |
Color Harmonies of #2AAA9F
Complementary color
Monochromatic Colors of #2AAA9F
Black with #2AAA9F
Text Example
Text Example
White with #2AAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA9F; }
p { color: rgb(42,170,159); }
H1.HeaderClassName
{
color: #2AAA9F;
}
.AnyTagClassName
{
color: #2AAA9F;
}
</style>
background-color css
<style>
a { background-color: #2AAA9F; }
a { background-color: rgb(42,170,159); }
div.DivClassName
{
background-color: #2AAA9F;
}
.BgClassName
{
background-color: #2AAA9F;
}
</style>
border-color css
<style>
span { border-color: #2AAA9F; }
span { border-color: rgb(42,170,159); }
td.TdClassName
{
border-color: #2AAA9F;
}
.TagClassName
{
border-color: #2AAA9F;
}
</style>