Shades of Medium Sea Green #3ABF70
Tints of Medium Sea Green #3ABF70
RGB
CMYK
RGB Variations
Color information
#3ABF70 (or 0x3ABF70) is known color: Medium Sea Green. HEX triplet: 3A, BF and 70. RGB value is (58,191,112). Sum of RGB (Red+Green+Blue) = 58+191+112=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABF70 is #C5408F. Grayscale: #8E8E8E. Windows color (decimal): -12927120 or 7388986. OLE color: 7388986.
HSL color Cylindrical-coordinate representation of color #3ABF70: hue angle of 144.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABF70 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 112 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.25 |
| HSL | 144.36º | 0.53% | 0.49% | - |
| HSV(B) | 144.36º | 0.7% | 0.75% | - |
| XYZ | 23.3 | 39.33 | 21.69 | - |
| YUV | 142.23 | 110.94 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 112 | 0.70 | 0 | 0.41 | 0.25 | 144.36 | 0.53 | 0.49 |
| Hex | 3A | BF | 70 | 46 | 0 | 29 | 19 | 90 | 35 | 31 |
| Octal | 72 | 277 | 160 | 106 | 0 | 51 | 31 | 220 | 65 | 61 |
| Binary | 111010 | 10111111 | 1110000 | 1000110 | 0 | 101001 | 11001 | 10010000 | 110101 | 110001 |
Color Harmonies of #3ABF70
Complementary color
Monochromatic Colors of #3ABF70
Black with #3ABF70
Text Example
Text Example
White with #3ABF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABF70; }
p { color: rgb(58,191,112); }
H1.HeaderClassName
{
color: #3ABF70;
}
.AnyTagClassName
{
color: #3ABF70;
}
</style>
background-color css
<style>
a { background-color: #3ABF70; }
a { background-color: rgb(58,191,112); }
div.DivClassName
{
background-color: #3ABF70;
}
.BgClassName
{
background-color: #3ABF70;
}
</style>
border-color css
<style>
span { border-color: #3ABF70; }
span { border-color: rgb(58,191,112); }
td.TdClassName
{
border-color: #3ABF70;
}
.TagClassName
{
border-color: #3ABF70;
}
</style>