Shades of Light Sea Green #2ACAB0
Tints of Light Sea Green #2ACAB0
RGB
CMYK
RGB Variations
Color information
#2ACAB0 (or 0x2ACAB0) is known color: Light Sea Green. HEX triplet: 2A, CA and B0. RGB value is (42,202,176). Sum of RGB (Red+Green+Blue) = 42+202+176=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACAB0 is #D5354F. Grayscale: #979797. Windows color (decimal): -13972816 or 11586090. OLE color: 11586090.
HSL color Cylindrical-coordinate representation of color #2ACAB0: hue angle of 170.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACAB0 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 202 | 176 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.21 |
| HSL | 170.25º | 0.66% | 0.48% | - |
| HSV(B) | 170.25º | 0.79% | 0.79% | - |
| XYZ | 29.91 | 45.87 | 48.35 | - |
| YUV | 151.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 176 | 0.79 | 0 | 0.13 | 0.21 | 170.25 | 0.66 | 0.48 |
| Hex | 2A | CA | B0 | 4F | 0 | D | 15 | AA | 42 | 30 |
| Octal | 52 | 312 | 260 | 117 | 0 | 15 | 25 | 252 | 102 | 60 |
| Binary | 101010 | 11001010 | 10110000 | 1001111 | 0 | 1101 | 10101 | 10101010 | 1000010 | 110000 |
Color Harmonies of #2ACAB0
Complementary color
Monochromatic Colors of #2ACAB0
Black with #2ACAB0
Text Example
Text Example
White with #2ACAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACAB0; }
p { color: rgb(42,202,176); }
H1.HeaderClassName
{
color: #2ACAB0;
}
.AnyTagClassName
{
color: #2ACAB0;
}
</style>
background-color css
<style>
a { background-color: #2ACAB0; }
a { background-color: rgb(42,202,176); }
div.DivClassName
{
background-color: #2ACAB0;
}
.BgClassName
{
background-color: #2ACAB0;
}
</style>
border-color css
<style>
span { border-color: #2ACAB0; }
span { border-color: rgb(42,202,176); }
td.TdClassName
{
border-color: #2ACAB0;
}
.TagClassName
{
border-color: #2ACAB0;
}
</style>