Shades of Light Sea Green #2ABCAA
Tints of Light Sea Green #2ABCAA
RGB
CMYK
RGB Variations
Color information
#2ABCAA (or 0x2ABCAA) is known color: Light Sea Green. HEX triplet: 2A, BC and AA. RGB value is (42,188,170). Sum of RGB (Red+Green+Blue) = 42+188+170=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABCAA is #D54355. Grayscale: #8E8E8E. Windows color (decimal): -13976406 or 11189290. OLE color: 11189290.
HSL color Cylindrical-coordinate representation of color #2ABCAA: hue angle of 172.6º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABCAA is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 170 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.26 |
| HSL | 172.6º | 0.63% | 0.45% | - |
| HSV(B) | 172.6º | 0.78% | 0.74% | - |
| XYZ | 26.19 | 39.36 | 44.25 | - |
| YUV | 142.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 170 | 0.78 | 0 | 0.10 | 0.26 | 172.6 | 0.63 | 0.45 |
| Hex | 2A | BC | AA | 4E | 0 | A | 1A | AD | 3F | 2D |
| Octal | 52 | 274 | 252 | 116 | 0 | 12 | 32 | 255 | 77 | 55 |
| Binary | 101010 | 10111100 | 10101010 | 1001110 | 0 | 1010 | 11010 | 10101101 | 111111 | 101101 |
Color Harmonies of #2ABCAA
Complementary color
Monochromatic Colors of #2ABCAA
Black with #2ABCAA
Text Example
Text Example
White with #2ABCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABCAA; }
p { color: rgb(42,188,170); }
H1.HeaderClassName
{
color: #2ABCAA;
}
.AnyTagClassName
{
color: #2ABCAA;
}
</style>
background-color css
<style>
a { background-color: #2ABCAA; }
a { background-color: rgb(42,188,170); }
div.DivClassName
{
background-color: #2ABCAA;
}
.BgClassName
{
background-color: #2ABCAA;
}
</style>
border-color css
<style>
span { border-color: #2ABCAA; }
span { border-color: rgb(42,188,170); }
td.TdClassName
{
border-color: #2ABCAA;
}
.TagClassName
{
border-color: #2ABCAA;
}
</style>