Shades of Light Sea Green #2AAAAA
Tints of Light Sea Green #2AAAAA
RGB
CMYK
RGB Variations
Color information
#2AAAAA (or 0x2AAAAA) is known color: Light Sea Green. HEX triplet: 2A, AA and AA. RGB value is (42,170,170). Sum of RGB (Red+Green+Blue) = 42+170+170=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #2AAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAAAA is #D55555. Grayscale: #838383. Windows color (decimal): -13981014 or 11184682. OLE color: 11184682.
HSL color Cylindrical-coordinate representation of color #2AAAAA: hue angle of 180º 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 #2AAAAA is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 170 | - |
| CMYK | 0.75 | 0 | 0 | 0.33 |
| HSL | 180º | 0.6% | 0.42% | - |
| HSV(B) | 180º | 0.75% | 0.67% | - |
| XYZ | 22.59 | 32.14 | 43.04 | - |
| YUV | 131.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 170 | 0.75 | 0 | 0 | 0.33 | 180 | 0.6 | 0.42 |
| Hex | 2A | AA | AA | 4B | 0 | 0 | 21 | B4 | 3C | 2A |
| Octal | 52 | 252 | 252 | 113 | 0 | 0 | 41 | 264 | 74 | 52 |
| Binary | 101010 | 10101010 | 10101010 | 1001011 | 0 | 0 | 100001 | 10110100 | 111100 | 101010 |
Color Harmonies of #2AAAAA
Complementary color
Monochromatic Colors of #2AAAAA
Black with #2AAAAA
Text Example
Text Example
White with #2AAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAAAA; }
p { color: rgb(42,170,170); }
H1.HeaderClassName
{
color: #2AAAAA;
}
.AnyTagClassName
{
color: #2AAAAA;
}
</style>
background-color css
<style>
a { background-color: #2AAAAA; }
a { background-color: rgb(42,170,170); }
div.DivClassName
{
background-color: #2AAAAA;
}
.BgClassName
{
background-color: #2AAAAA;
}
</style>
border-color css
<style>
span { border-color: #2AAAAA; }
span { border-color: rgb(42,170,170); }
td.TdClassName
{
border-color: #2AAAAA;
}
.TagClassName
{
border-color: #2AAAAA;
}
</style>