Shades of Light Sea Green #2AB69E
Tints of Light Sea Green #2AB69E
RGB
CMYK
RGB Variations
Color information
#2AB69E (or 0x2AB69E) is known color: Light Sea Green. HEX triplet: 2A, B6 and 9E. RGB value is (42,182,158). Sum of RGB (Red+Green+Blue) = 42+182+158=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB69E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB69E is #D54961. Grayscale: #898989. Windows color (decimal): -13977954 or 10401322. OLE color: 10401322.
HSL color Cylindrical-coordinate representation of color #2AB69E: hue angle of 169.71º 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 #2AB69E is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 158 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.29 |
| HSL | 169.71º | 0.63% | 0.44% | - |
| HSV(B) | 169.71º | 0.77% | 0.71% | - |
| XYZ | 23.85 | 36.42 | 38.12 | - |
| YUV | 137.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 158 | 0.77 | 0 | 0.13 | 0.29 | 169.71 | 0.63 | 0.44 |
| Hex | 2A | B6 | 9E | 4D | 0 | D | 1D | AA | 3E | 2C |
| Octal | 52 | 266 | 236 | 115 | 0 | 15 | 35 | 252 | 76 | 54 |
| Binary | 101010 | 10110110 | 10011110 | 1001101 | 0 | 1101 | 11101 | 10101010 | 111110 | 101100 |
Color Harmonies of #2AB69E
Complementary color
Monochromatic Colors of #2AB69E
Black with #2AB69E
Text Example
Text Example
White with #2AB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB69E; }
p { color: rgb(42,182,158); }
H1.HeaderClassName
{
color: #2AB69E;
}
.AnyTagClassName
{
color: #2AB69E;
}
</style>
background-color css
<style>
a { background-color: #2AB69E; }
a { background-color: rgb(42,182,158); }
div.DivClassName
{
background-color: #2AB69E;
}
.BgClassName
{
background-color: #2AB69E;
}
</style>
border-color css
<style>
span { border-color: #2AB69E; }
span { border-color: rgb(42,182,158); }
td.TdClassName
{
border-color: #2AB69E;
}
.TagClassName
{
border-color: #2AB69E;
}
</style>