Shades of Light Sea Green #2AABA2
Tints of Light Sea Green #2AABA2
RGB
CMYK
RGB Variations
Color information
#2AABA2 (or 0x2AABA2) is known color: Light Sea Green. HEX triplet: 2A, AB and A2. RGB value is (42,171,162). Sum of RGB (Red+Green+Blue) = 42+171+162=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #2AABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABA2 is #D5545D. Grayscale: #838383. Windows color (decimal): -13980766 or 10660650. OLE color: 10660650.
HSL color Cylindrical-coordinate representation of color #2AABA2: hue angle of 175.81º degrees, saturation: 0.61, 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 #2AABA2 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 162 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.33 |
| HSL | 175.81º | 0.61% | 0.42% | - |
| HSV(B) | 175.81º | 0.75% | 0.67% | - |
| XYZ | 22.04 | 32.23 | 39.24 | - |
| YUV | 131.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 162 | 0.75 | 0 | 0.05 | 0.33 | 175.81 | 0.61 | 0.42 |
| Hex | 2A | AB | A2 | 4B | 0 | 5 | 21 | B0 | 3D | 2A |
| Octal | 52 | 253 | 242 | 113 | 0 | 5 | 41 | 260 | 75 | 52 |
| Binary | 101010 | 10101011 | 10100010 | 1001011 | 0 | 101 | 100001 | 10110000 | 111101 | 101010 |
Color Harmonies of #2AABA2
Complementary color
Monochromatic Colors of #2AABA2
Black with #2AABA2
Text Example
Text Example
White with #2AABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABA2; }
p { color: rgb(42,171,162); }
H1.HeaderClassName
{
color: #2AABA2;
}
.AnyTagClassName
{
color: #2AABA2;
}
</style>
background-color css
<style>
a { background-color: #2AABA2; }
a { background-color: rgb(42,171,162); }
div.DivClassName
{
background-color: #2AABA2;
}
.BgClassName
{
background-color: #2AABA2;
}
</style>
border-color css
<style>
span { border-color: #2AABA2; }
span { border-color: rgb(42,171,162); }
td.TdClassName
{
border-color: #2AABA2;
}
.TagClassName
{
border-color: #2AABA2;
}
</style>