Shades of Light Sea Green #2AB6A1
Tints of Light Sea Green #2AB6A1
RGB
CMYK
RGB Variations
Color information
#2AB6A1 (or 0x2AB6A1) is known color: Light Sea Green. HEX triplet: 2A, B6 and A1. RGB value is (42,182,161). Sum of RGB (Red+Green+Blue) = 42+182+161=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB6A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB6A1 is #D5495E. Grayscale: #898989. Windows color (decimal): -13977951 or 10597930. OLE color: 10597930.
HSL color Cylindrical-coordinate representation of color #2AB6A1: hue angle of 171º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB6A1 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 161 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.29 |
| HSL | 171º | 0.63% | 0.44% | - |
| HSV(B) | 171º | 0.77% | 0.71% | - |
| XYZ | 24.12 | 36.52 | 39.5 | - |
| YUV | 137.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 161 | 0.77 | 0 | 0.12 | 0.29 | 171 | 0.63 | 0.44 |
| Hex | 2A | B6 | A1 | 4D | 0 | C | 1D | AB | 3E | 2C |
| Octal | 52 | 266 | 241 | 115 | 0 | 14 | 35 | 253 | 76 | 54 |
| Binary | 101010 | 10110110 | 10100001 | 1001101 | 0 | 1100 | 11101 | 10101011 | 111110 | 101100 |
Color Harmonies of #2AB6A1
Complementary color
Monochromatic Colors of #2AB6A1
Black with #2AB6A1
Text Example
Text Example
White with #2AB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB6A1; }
p { color: rgb(42,182,161); }
H1.HeaderClassName
{
color: #2AB6A1;
}
.AnyTagClassName
{
color: #2AB6A1;
}
</style>
background-color css
<style>
a { background-color: #2AB6A1; }
a { background-color: rgb(42,182,161); }
div.DivClassName
{
background-color: #2AB6A1;
}
.BgClassName
{
background-color: #2AB6A1;
}
</style>
border-color css
<style>
span { border-color: #2AB6A1; }
span { border-color: rgb(42,182,161); }
td.TdClassName
{
border-color: #2AB6A1;
}
.TagClassName
{
border-color: #2AB6A1;
}
</style>