Shades of Light Sea Green #2ABFA8
Tints of Light Sea Green #2ABFA8
RGB
CMYK
RGB Variations
Color information
#2ABFA8 (or 0x2ABFA8) is known color: Light Sea Green. HEX triplet: 2A, BF and A8. RGB value is (42,191,168). Sum of RGB (Red+Green+Blue) = 42+191+168=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABFA8 is #D54057. Grayscale: #8F8F8F. Windows color (decimal): -13975640 or 11058986. OLE color: 11058986.
HSL color Cylindrical-coordinate representation of color #2ABFA8: hue angle of 170.74º 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 #2ABFA8 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 168 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.25 |
| HSL | 170.74º | 0.64% | 0.46% | - |
| HSV(B) | 170.74º | 0.78% | 0.75% | - |
| XYZ | 26.65 | 40.58 | 43.47 | - |
| YUV | 143.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 168 | 0.78 | 0 | 0.12 | 0.25 | 170.74 | 0.64 | 0.46 |
| Hex | 2A | BF | A8 | 4E | 0 | C | 19 | AB | 40 | 2E |
| Octal | 52 | 277 | 250 | 116 | 0 | 14 | 31 | 253 | 100 | 56 |
| Binary | 101010 | 10111111 | 10101000 | 1001110 | 0 | 1100 | 11001 | 10101011 | 1000000 | 101110 |
Color Harmonies of #2ABFA8
Complementary color
Monochromatic Colors of #2ABFA8
Black with #2ABFA8
Text Example
Text Example
White with #2ABFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFA8; }
p { color: rgb(42,191,168); }
H1.HeaderClassName
{
color: #2ABFA8;
}
.AnyTagClassName
{
color: #2ABFA8;
}
</style>
background-color css
<style>
a { background-color: #2ABFA8; }
a { background-color: rgb(42,191,168); }
div.DivClassName
{
background-color: #2ABFA8;
}
.BgClassName
{
background-color: #2ABFA8;
}
</style>
border-color css
<style>
span { border-color: #2ABFA8; }
span { border-color: rgb(42,191,168); }
td.TdClassName
{
border-color: #2ABFA8;
}
.TagClassName
{
border-color: #2ABFA8;
}
</style>