Shades of Light Sea Green #2AAEA2
Tints of Light Sea Green #2AAEA2
RGB
CMYK
RGB Variations
Color information
#2AAEA2 (or 0x2AAEA2) is known color: Light Sea Green. HEX triplet: 2A, AE and A2. RGB value is (42,174,162). Sum of RGB (Red+Green+Blue) = 42+174+162=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEA2 is #D5515D. Grayscale: #858585. Windows color (decimal): -13979998 or 10661418. OLE color: 10661418.
HSL color Cylindrical-coordinate representation of color #2AAEA2: hue angle of 174.55º 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 #2AAEA2 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 162 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.32 |
| HSL | 174.55º | 0.61% | 0.42% | - |
| HSV(B) | 174.55º | 0.76% | 0.68% | - |
| XYZ | 22.61 | 33.37 | 39.43 | - |
| YUV | 133.16 | 144.27 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 162 | 0.76 | 0 | 0.07 | 0.32 | 174.55 | 0.61 | 0.42 |
| Hex | 2A | AE | A2 | 4C | 0 | 7 | 20 | AF | 3D | 2A |
| Octal | 52 | 256 | 242 | 114 | 0 | 7 | 40 | 257 | 75 | 52 |
| Binary | 101010 | 10101110 | 10100010 | 1001100 | 0 | 111 | 100000 | 10101111 | 111101 | 101010 |
Color Harmonies of #2AAEA2
Complementary color
Monochromatic Colors of #2AAEA2
Black with #2AAEA2
Text Example
Text Example
White with #2AAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEA2; }
p { color: rgb(42,174,162); }
H1.HeaderClassName
{
color: #2AAEA2;
}
.AnyTagClassName
{
color: #2AAEA2;
}
</style>
background-color css
<style>
a { background-color: #2AAEA2; }
a { background-color: rgb(42,174,162); }
div.DivClassName
{
background-color: #2AAEA2;
}
.BgClassName
{
background-color: #2AAEA2;
}
</style>
border-color css
<style>
span { border-color: #2AAEA2; }
span { border-color: rgb(42,174,162); }
td.TdClassName
{
border-color: #2AAEA2;
}
.TagClassName
{
border-color: #2AAEA2;
}
</style>