Shades of Medium Sea Green #2ABF6A
Tints of Medium Sea Green #2ABF6A
RGB
CMYK
RGB Variations
Color information
#2ABF6A (or 0x2ABF6A) is known color: Medium Sea Green. HEX triplet: 2A, BF and 6A. RGB value is (42,191,106). Sum of RGB (Red+Green+Blue) = 42+191+106=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF6A is #D54095. Grayscale: #888888. Windows color (decimal): -13975702 or 6995754. OLE color: 6995754.
HSL color Cylindrical-coordinate representation of color #2ABF6A: hue angle of 145.77º 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 #2ABF6A is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 106 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.25 |
| HSL | 145.77º | 0.64% | 0.46% | - |
| HSV(B) | 145.77º | 0.78% | 0.75% | - |
| XYZ | 22.19 | 38.79 | 19.95 | - |
| YUV | 136.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 106 | 0.78 | 0 | 0.45 | 0.25 | 145.77 | 0.64 | 0.46 |
| Hex | 2A | BF | 6A | 4E | 0 | 2D | 19 | 92 | 40 | 2E |
| Octal | 52 | 277 | 152 | 116 | 0 | 55 | 31 | 222 | 100 | 56 |
| Binary | 101010 | 10111111 | 1101010 | 1001110 | 0 | 101101 | 11001 | 10010010 | 1000000 | 101110 |
Color Harmonies of #2ABF6A
Complementary color
Monochromatic Colors of #2ABF6A
Black with #2ABF6A
Text Example
Text Example
White with #2ABF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF6A; }
p { color: rgb(42,191,106); }
H1.HeaderClassName
{
color: #2ABF6A;
}
.AnyTagClassName
{
color: #2ABF6A;
}
</style>
background-color css
<style>
a { background-color: #2ABF6A; }
a { background-color: rgb(42,191,106); }
div.DivClassName
{
background-color: #2ABF6A;
}
.BgClassName
{
background-color: #2ABF6A;
}
</style>
border-color css
<style>
span { border-color: #2ABF6A; }
span { border-color: rgb(42,191,106); }
td.TdClassName
{
border-color: #2ABF6A;
}
.TagClassName
{
border-color: #2ABF6A;
}
</style>