Shades of Light Sea Green #2AA89D
Tints of Light Sea Green #2AA89D
RGB
CMYK
RGB Variations
Color information
#2AA89D (or 0x2AA89D) is known color: Light Sea Green. HEX triplet: 2A, A8 and 9D. RGB value is (42,168,157). Sum of RGB (Red+Green+Blue) = 42+168+157=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA89D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA89D is #D55762. Grayscale: #808080. Windows color (decimal): -13981539 or 10332202. OLE color: 10332202.
HSL color Cylindrical-coordinate representation of color #2AA89D: hue angle of 174.76º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA89D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 157 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.34 |
| HSL | 174.76º | 0.6% | 0.41% | - |
| HSV(B) | 174.76º | 0.75% | 0.66% | - |
| XYZ | 21.04 | 30.93 | 36.76 | - |
| YUV | 129.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 157 | 0.75 | 0 | 0.07 | 0.34 | 174.76 | 0.6 | 0.41 |
| Hex | 2A | A8 | 9D | 4B | 0 | 7 | 22 | AF | 3C | 29 |
| Octal | 52 | 250 | 235 | 113 | 0 | 7 | 42 | 257 | 74 | 51 |
| Binary | 101010 | 10101000 | 10011101 | 1001011 | 0 | 111 | 100010 | 10101111 | 111100 | 101001 |
Color Harmonies of #2AA89D
Complementary color
Monochromatic Colors of #2AA89D
Black with #2AA89D
Text Example
Text Example
White with #2AA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA89D; }
p { color: rgb(42,168,157); }
H1.HeaderClassName
{
color: #2AA89D;
}
.AnyTagClassName
{
color: #2AA89D;
}
</style>
background-color css
<style>
a { background-color: #2AA89D; }
a { background-color: rgb(42,168,157); }
div.DivClassName
{
background-color: #2AA89D;
}
.BgClassName
{
background-color: #2AA89D;
}
</style>
border-color css
<style>
span { border-color: #2AA89D; }
span { border-color: rgb(42,168,157); }
td.TdClassName
{
border-color: #2AA89D;
}
.TagClassName
{
border-color: #2AA89D;
}
</style>