Shades of Light Sea Green #2AAAA7
Tints of Light Sea Green #2AAAA7
RGB
CMYK
RGB Variations
Color information
#2AAAA7 (or 0x2AAAA7) is known color: Light Sea Green. HEX triplet: 2A, AA and A7. RGB value is (42,170,167). Sum of RGB (Red+Green+Blue) = 42+170+167=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAAA7 is #D55558. Grayscale: #838383. Windows color (decimal): -13981017 or 10988074. OLE color: 10988074.
HSL color Cylindrical-coordinate representation of color #2AAAA7: hue angle of 178.59º 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 #2AAAA7 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 167 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.33 |
| HSL | 178.59º | 0.6% | 0.42% | - |
| HSV(B) | 178.59º | 0.75% | 0.67% | - |
| XYZ | 22.3 | 32.03 | 41.57 | - |
| YUV | 131.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 167 | 0.75 | 0 | 0.02 | 0.33 | 178.59 | 0.6 | 0.42 |
| Hex | 2A | AA | A7 | 4B | 0 | 2 | 21 | B3 | 3C | 2A |
| Octal | 52 | 252 | 247 | 113 | 0 | 2 | 41 | 263 | 74 | 52 |
| Binary | 101010 | 10101010 | 10100111 | 1001011 | 0 | 10 | 100001 | 10110011 | 111100 | 101010 |
Color Harmonies of #2AAAA7
Complementary color
Monochromatic Colors of #2AAAA7
Black with #2AAAA7
Text Example
Text Example
White with #2AAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAAA7; }
p { color: rgb(42,170,167); }
H1.HeaderClassName
{
color: #2AAAA7;
}
.AnyTagClassName
{
color: #2AAAA7;
}
</style>
background-color css
<style>
a { background-color: #2AAAA7; }
a { background-color: rgb(42,170,167); }
div.DivClassName
{
background-color: #2AAAA7;
}
.BgClassName
{
background-color: #2AAAA7;
}
</style>
border-color css
<style>
span { border-color: #2AAAA7; }
span { border-color: rgb(42,170,167); }
td.TdClassName
{
border-color: #2AAAA7;
}
.TagClassName
{
border-color: #2AAAA7;
}
</style>