Shades of Light Sea Green #2ABFA7
Tints of Light Sea Green #2ABFA7
RGB
CMYK
RGB Variations
Color information
#2ABFA7 (or 0x2ABFA7) is known color: Light Sea Green. HEX triplet: 2A, BF and A7. RGB value is (42,191,167). Sum of RGB (Red+Green+Blue) = 42+191+167=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABFA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABFA7 is #D54058. Grayscale: #8F8F8F. Windows color (decimal): -13975641 or 10993450. OLE color: 10993450.
HSL color Cylindrical-coordinate representation of color #2ABFA7: hue angle of 170.34º 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 #2ABFA7 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 167 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.25 |
| HSL | 170.34º | 0.64% | 0.46% | - |
| HSV(B) | 170.34º | 0.78% | 0.75% | - |
| XYZ | 26.56 | 40.54 | 42.99 | - |
| YUV | 143.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 167 | 0.78 | 0 | 0.13 | 0.25 | 170.34 | 0.64 | 0.46 |
| Hex | 2A | BF | A7 | 4E | 0 | D | 19 | AA | 40 | 2E |
| Octal | 52 | 277 | 247 | 116 | 0 | 15 | 31 | 252 | 100 | 56 |
| Binary | 101010 | 10111111 | 10100111 | 1001110 | 0 | 1101 | 11001 | 10101010 | 1000000 | 101110 |
Color Harmonies of #2ABFA7
Complementary color
Monochromatic Colors of #2ABFA7
Black with #2ABFA7
Text Example
Text Example
White with #2ABFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABFA7; }
p { color: rgb(42,191,167); }
H1.HeaderClassName
{
color: #2ABFA7;
}
.AnyTagClassName
{
color: #2ABFA7;
}
</style>
background-color css
<style>
a { background-color: #2ABFA7; }
a { background-color: rgb(42,191,167); }
div.DivClassName
{
background-color: #2ABFA7;
}
.BgClassName
{
background-color: #2ABFA7;
}
</style>
border-color css
<style>
span { border-color: #2ABFA7; }
span { border-color: rgb(42,191,167); }
td.TdClassName
{
border-color: #2ABFA7;
}
.TagClassName
{
border-color: #2ABFA7;
}
</style>