Shades of Medium Sea Green #3AC370
Tints of Medium Sea Green #3AC370
RGB
CMYK
RGB Variations
Color information
#3AC370 (or 0x3AC370) is known color: Medium Sea Green. HEX triplet: 3A, C3 and 70. RGB value is (58,195,112). Sum of RGB (Red+Green+Blue) = 58+195+112=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC370 is #C53C8F. Grayscale: #909090. Windows color (decimal): -12926096 or 7390010. OLE color: 7390010.
HSL color Cylindrical-coordinate representation of color #3AC370: hue angle of 143.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC370 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 195 | 112 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.24 |
| HSL | 143.65º | 0.54% | 0.5% | - |
| HSV(B) | 143.65º | 0.7% | 0.76% | - |
| XYZ | 24.18 | 41.1 | 21.99 | - |
| YUV | 144.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 112 | 0.70 | 0 | 0.43 | 0.24 | 143.65 | 0.54 | 0.5 |
| Hex | 3A | C3 | 70 | 46 | 0 | 2B | 18 | 90 | 36 | 32 |
| Octal | 72 | 303 | 160 | 106 | 0 | 53 | 30 | 220 | 66 | 62 |
| Binary | 111010 | 11000011 | 1110000 | 1000110 | 0 | 101011 | 11000 | 10010000 | 110110 | 110010 |
Color Harmonies of #3AC370
Complementary color
Monochromatic Colors of #3AC370
Black with #3AC370
Text Example
Text Example
White with #3AC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC370; }
p { color: rgb(58,195,112); }
H1.HeaderClassName
{
color: #3AC370;
}
.AnyTagClassName
{
color: #3AC370;
}
</style>
background-color css
<style>
a { background-color: #3AC370; }
a { background-color: rgb(58,195,112); }
div.DivClassName
{
background-color: #3AC370;
}
.BgClassName
{
background-color: #3AC370;
}
</style>
border-color css
<style>
span { border-color: #3AC370; }
span { border-color: rgb(58,195,112); }
td.TdClassName
{
border-color: #3AC370;
}
.TagClassName
{
border-color: #3AC370;
}
</style>