Shades of Medium Sea Green #3AC170
Tints of Medium Sea Green #3AC170
RGB
CMYK
RGB Variations
Color information
#3AC170 (or 0x3AC170) is known color: Medium Sea Green. HEX triplet: 3A, C1 and 70. RGB value is (58,193,112). Sum of RGB (Red+Green+Blue) = 58+193+112=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC170 is #C53E8F. Grayscale: #8F8F8F. Windows color (decimal): -12926608 or 7389498. OLE color: 7389498.
HSL color Cylindrical-coordinate representation of color #3AC170: hue angle of 144º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC170 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 112 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.24 |
| HSL | 144º | 0.54% | 0.49% | - |
| HSV(B) | 144º | 0.7% | 0.76% | - |
| XYZ | 23.74 | 40.21 | 21.84 | - |
| YUV | 143.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 112 | 0.70 | 0 | 0.42 | 0.24 | 144 | 0.54 | 0.49 |
| Hex | 3A | C1 | 70 | 46 | 0 | 2A | 18 | 90 | 36 | 31 |
| Octal | 72 | 301 | 160 | 106 | 0 | 52 | 30 | 220 | 66 | 61 |
| Binary | 111010 | 11000001 | 1110000 | 1000110 | 0 | 101010 | 11000 | 10010000 | 110110 | 110001 |
Color Harmonies of #3AC170
Complementary color
Monochromatic Colors of #3AC170
Black with #3AC170
Text Example
Text Example
White with #3AC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC170; }
p { color: rgb(58,193,112); }
H1.HeaderClassName
{
color: #3AC170;
}
.AnyTagClassName
{
color: #3AC170;
}
</style>
background-color css
<style>
a { background-color: #3AC170; }
a { background-color: rgb(58,193,112); }
div.DivClassName
{
background-color: #3AC170;
}
.BgClassName
{
background-color: #3AC170;
}
</style>
border-color css
<style>
span { border-color: #3AC170; }
span { border-color: rgb(58,193,112); }
td.TdClassName
{
border-color: #3AC170;
}
.TagClassName
{
border-color: #3AC170;
}
</style>