Shades of Medium Sea Green #3AC470
Tints of Medium Sea Green #3AC470
RGB
CMYK
RGB Variations
Color information
#3AC470 (or 0x3AC470) is known color: Medium Sea Green. HEX triplet: 3A, C4 and 70. RGB value is (58,196,112). Sum of RGB (Red+Green+Blue) = 58+196+112=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC470 is #C53B8F. Grayscale: #919191. Windows color (decimal): -12925840 or 7390266. OLE color: 7390266.
HSL color Cylindrical-coordinate representation of color #3AC470: hue angle of 143.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC470 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 112 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.23 |
| HSL | 143.48º | 0.54% | 0.5% | - |
| HSV(B) | 143.48º | 0.7% | 0.77% | - |
| XYZ | 24.41 | 41.55 | 22.06 | - |
| YUV | 145.16 | 109.28 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 112 | 0.70 | 0 | 0.43 | 0.23 | 143.48 | 0.54 | 0.5 |
| Hex | 3A | C4 | 70 | 46 | 0 | 2B | 17 | 8F | 36 | 32 |
| Octal | 72 | 304 | 160 | 106 | 0 | 53 | 27 | 217 | 66 | 62 |
| Binary | 111010 | 11000100 | 1110000 | 1000110 | 0 | 101011 | 10111 | 10001111 | 110110 | 110010 |
Color Harmonies of #3AC470
Complementary color
Monochromatic Colors of #3AC470
Black with #3AC470
Text Example
Text Example
White with #3AC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC470; }
p { color: rgb(58,196,112); }
H1.HeaderClassName
{
color: #3AC470;
}
.AnyTagClassName
{
color: #3AC470;
}
</style>
background-color css
<style>
a { background-color: #3AC470; }
a { background-color: rgb(58,196,112); }
div.DivClassName
{
background-color: #3AC470;
}
.BgClassName
{
background-color: #3AC470;
}
</style>
border-color css
<style>
span { border-color: #3AC470; }
span { border-color: rgb(58,196,112); }
td.TdClassName
{
border-color: #3AC470;
}
.TagClassName
{
border-color: #3AC470;
}
</style>