Shades of Medium Sea Green #3AC078
Tints of Medium Sea Green #3AC078
RGB
CMYK
RGB Variations
Color information
#3AC078 (or 0x3AC078) is known color: Medium Sea Green. HEX triplet: 3A, C0 and 78. RGB value is (58,192,120). Sum of RGB (Red+Green+Blue) = 58+192+120=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC078 is #C53F87. Grayscale: #8F8F8F. Windows color (decimal): -12926856 or 7913530. OLE color: 7913530.
HSL color Cylindrical-coordinate representation of color #3AC078: hue angle of 147.76º degrees, saturation: 0.54, 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 #3AC078 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 120 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.25 |
| HSL | 147.76º | 0.54% | 0.49% | - |
| HSV(B) | 147.76º | 0.7% | 0.75% | - |
| XYZ | 23.98 | 39.95 | 24.22 | - |
| YUV | 143.73 | 114.61 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 120 | 0.70 | 0 | 0.38 | 0.25 | 147.76 | 0.54 | 0.49 |
| Hex | 3A | C0 | 78 | 46 | 0 | 26 | 19 | 94 | 36 | 31 |
| Octal | 72 | 300 | 170 | 106 | 0 | 46 | 31 | 224 | 66 | 61 |
| Binary | 111010 | 11000000 | 1111000 | 1000110 | 0 | 100110 | 11001 | 10010100 | 110110 | 110001 |
Color Harmonies of #3AC078
Complementary color
Monochromatic Colors of #3AC078
Black with #3AC078
Text Example
Text Example
White with #3AC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC078; }
p { color: rgb(58,192,120); }
H1.HeaderClassName
{
color: #3AC078;
}
.AnyTagClassName
{
color: #3AC078;
}
</style>
background-color css
<style>
a { background-color: #3AC078; }
a { background-color: rgb(58,192,120); }
div.DivClassName
{
background-color: #3AC078;
}
.BgClassName
{
background-color: #3AC078;
}
</style>
border-color css
<style>
span { border-color: #3AC078; }
span { border-color: rgb(58,192,120); }
td.TdClassName
{
border-color: #3AC078;
}
.TagClassName
{
border-color: #3AC078;
}
</style>