Shades of Light Sea Green #2ABBAA
Tints of Light Sea Green #2ABBAA
RGB
CMYK
RGB Variations
Color information
#2ABBAA (or 0x2ABBAA) is known color: Light Sea Green. HEX triplet: 2A, BB and AA. RGB value is (42,187,170). Sum of RGB (Red+Green+Blue) = 42+187+170=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAA is #D54455. Grayscale: #8D8D8D. Windows color (decimal): -13976662 or 11189034. OLE color: 11189034.
HSL color Cylindrical-coordinate representation of color #2ABBAA: hue angle of 172.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBAA is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 170 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.27 |
| HSL | 172.97º | 0.63% | 0.45% | - |
| HSV(B) | 172.97º | 0.78% | 0.73% | - |
| XYZ | 25.98 | 38.94 | 44.18 | - |
| YUV | 141.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 170 | 0.78 | 0 | 0.09 | 0.27 | 172.97 | 0.63 | 0.45 |
| Hex | 2A | BB | AA | 4E | 0 | 9 | 1B | AD | 3F | 2D |
| Octal | 52 | 273 | 252 | 116 | 0 | 11 | 33 | 255 | 77 | 55 |
| Binary | 101010 | 10111011 | 10101010 | 1001110 | 0 | 1001 | 11011 | 10101101 | 111111 | 101101 |
Color Harmonies of #2ABBAA
Complementary color
Monochromatic Colors of #2ABBAA
Black with #2ABBAA
Text Example
Text Example
White with #2ABBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBAA; }
p { color: rgb(42,187,170); }
H1.HeaderClassName
{
color: #2ABBAA;
}
.AnyTagClassName
{
color: #2ABBAA;
}
</style>
background-color css
<style>
a { background-color: #2ABBAA; }
a { background-color: rgb(42,187,170); }
div.DivClassName
{
background-color: #2ABBAA;
}
.BgClassName
{
background-color: #2ABBAA;
}
</style>
border-color css
<style>
span { border-color: #2ABBAA; }
span { border-color: rgb(42,187,170); }
td.TdClassName
{
border-color: #2ABBAA;
}
.TagClassName
{
border-color: #2ABBAA;
}
</style>