Shades of Light Sea Green #2ABFAC
Tints of Light Sea Green #2ABFAC
RGB
CMYK
RGB Variations
Color information
#2ABFAC (or 0x2ABFAC) is known color: Light Sea Green. HEX triplet: 2A, BF and AC. RGB value is (42,191,172). Sum of RGB (Red+Green+Blue) = 42+191+172=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABFAC is #D54053. Grayscale: #909090. Windows color (decimal): -13975636 or 11321130. OLE color: 11321130.
HSL color Cylindrical-coordinate representation of color #2ABFAC: hue angle of 172.35º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABFAC is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 172 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.25 |
| HSL | 172.35º | 0.64% | 0.46% | - |
| HSV(B) | 172.35º | 0.78% | 0.75% | - |
| XYZ | 27.03 | 40.73 | 45.47 | - |
| YUV | 144.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 172 | 0.78 | 0 | 0.10 | 0.25 | 172.35 | 0.64 | 0.46 |
| Hex | 2A | BF | AC | 4E | 0 | A | 19 | AC | 40 | 2E |
| Octal | 52 | 277 | 254 | 116 | 0 | 12 | 31 | 254 | 100 | 56 |
| Binary | 101010 | 10111111 | 10101100 | 1001110 | 0 | 1010 | 11001 | 10101100 | 1000000 | 101110 |
Color Harmonies of #2ABFAC
Complementary color
Monochromatic Colors of #2ABFAC
Black with #2ABFAC
Text Example
Text Example
White with #2ABFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFAC; }
p { color: rgb(42,191,172); }
H1.HeaderClassName
{
color: #2ABFAC;
}
.AnyTagClassName
{
color: #2ABFAC;
}
</style>
background-color css
<style>
a { background-color: #2ABFAC; }
a { background-color: rgb(42,191,172); }
div.DivClassName
{
background-color: #2ABFAC;
}
.BgClassName
{
background-color: #2ABFAC;
}
</style>
border-color css
<style>
span { border-color: #2ABFAC; }
span { border-color: rgb(42,191,172); }
td.TdClassName
{
border-color: #2ABFAC;
}
.TagClassName
{
border-color: #2ABFAC;
}
</style>