Shades of Light Sea Green #2AB29E
Tints of Light Sea Green #2AB29E
RGB
CMYK
RGB Variations
Color information
#2AB29E (or 0x2AB29E) is known color: Light Sea Green. HEX triplet: 2A, B2 and 9E. RGB value is (42,178,158). Sum of RGB (Red+Green+Blue) = 42+178+158=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AB29E is #D54D61. Grayscale: #878787. Windows color (decimal): -13978978 or 10400298. OLE color: 10400298.
HSL color Cylindrical-coordinate representation of color #2AB29E: hue angle of 171.18º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB29E is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 158 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.30 |
| HSL | 171.18º | 0.62% | 0.43% | - |
| HSV(B) | 171.18º | 0.76% | 0.7% | - |
| XYZ | 23.05 | 34.8 | 37.85 | - |
| YUV | 135.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 158 | 0.76 | 0 | 0.11 | 0.30 | 171.18 | 0.62 | 0.43 |
| Hex | 2A | B2 | 9E | 4C | 0 | B | 1E | AB | 3E | 2B |
| Octal | 52 | 262 | 236 | 114 | 0 | 13 | 36 | 253 | 76 | 53 |
| Binary | 101010 | 10110010 | 10011110 | 1001100 | 0 | 1011 | 11110 | 10101011 | 111110 | 101011 |
Color Harmonies of #2AB29E
Complementary color
Monochromatic Colors of #2AB29E
Black with #2AB29E
Text Example
Text Example
White with #2AB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB29E; }
p { color: rgb(42,178,158); }
H1.HeaderClassName
{
color: #2AB29E;
}
.AnyTagClassName
{
color: #2AB29E;
}
</style>
background-color css
<style>
a { background-color: #2AB29E; }
a { background-color: rgb(42,178,158); }
div.DivClassName
{
background-color: #2AB29E;
}
.BgClassName
{
background-color: #2AB29E;
}
</style>
border-color css
<style>
span { border-color: #2AB29E; }
span { border-color: rgb(42,178,158); }
td.TdClassName
{
border-color: #2AB29E;
}
.TagClassName
{
border-color: #2AB29E;
}
</style>