Shades of Medium Sea Green #2ACF70
Tints of Medium Sea Green #2ACF70
RGB
CMYK
RGB Variations
Color information
#2ACF70 (or 0x2ACF70) is known color: Medium Sea Green. HEX triplet: 2A, CF and 70. RGB value is (42,207,112). Sum of RGB (Red+Green+Blue) = 42+207+112=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACF70 is #D5308F. Grayscale: #939393. Windows color (decimal): -13971600 or 7393066. OLE color: 7393066.
HSL color Cylindrical-coordinate representation of color #2ACF70: hue angle of 145.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACF70 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 112 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.19 |
| HSL | 145.45º | 0.66% | 0.49% | - |
| HSV(B) | 145.45º | 0.8% | 0.81% | - |
| XYZ | 26.19 | 46.29 | 22.88 | - |
| YUV | 146.84 | 108.34 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 112 | 0.80 | 0 | 0.46 | 0.19 | 145.45 | 0.66 | 0.49 |
| Hex | 2A | CF | 70 | 50 | 0 | 2E | 13 | 91 | 42 | 31 |
| Octal | 52 | 317 | 160 | 120 | 0 | 56 | 23 | 221 | 102 | 61 |
| Binary | 101010 | 11001111 | 1110000 | 1010000 | 0 | 101110 | 10011 | 10010001 | 1000010 | 110001 |
Color Harmonies of #2ACF70
Complementary color
Monochromatic Colors of #2ACF70
Black with #2ACF70
Text Example
Text Example
White with #2ACF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF70; }
p { color: rgb(42,207,112); }
H1.HeaderClassName
{
color: #2ACF70;
}
.AnyTagClassName
{
color: #2ACF70;
}
</style>
background-color css
<style>
a { background-color: #2ACF70; }
a { background-color: rgb(42,207,112); }
div.DivClassName
{
background-color: #2ACF70;
}
.BgClassName
{
background-color: #2ACF70;
}
</style>
border-color css
<style>
span { border-color: #2ACF70; }
span { border-color: rgb(42,207,112); }
td.TdClassName
{
border-color: #2ACF70;
}
.TagClassName
{
border-color: #2ACF70;
}
</style>