Shades of Medium Sea Green #3AC07F
Tints of Medium Sea Green #3AC07F
RGB
CMYK
RGB Variations
Color information
#3AC07F (or 0x3AC07F) is known color: Medium Sea Green. HEX triplet: 3A, C0 and 7F. RGB value is (58,192,127). Sum of RGB (Red+Green+Blue) = 58+192+127=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC07F is #C53F80. Grayscale: #909090. Windows color (decimal): -12926849 or 8372282. OLE color: 8372282.
HSL color Cylindrical-coordinate representation of color #3AC07F: hue angle of 150.9º 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 #3AC07F is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 127 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.25 |
| HSL | 150.9º | 0.54% | 0.49% | - |
| HSV(B) | 150.9º | 0.7% | 0.75% | - |
| XYZ | 24.43 | 40.13 | 26.54 | - |
| YUV | 144.52 | 118.11 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 127 | 0.70 | 0 | 0.34 | 0.25 | 150.9 | 0.54 | 0.49 |
| Hex | 3A | C0 | 7F | 46 | 0 | 22 | 19 | 97 | 36 | 31 |
| Octal | 72 | 300 | 177 | 106 | 0 | 42 | 31 | 227 | 66 | 61 |
| Binary | 111010 | 11000000 | 1111111 | 1000110 | 0 | 100010 | 11001 | 10010111 | 110110 | 110001 |
Color Harmonies of #3AC07F
Complementary color
Monochromatic Colors of #3AC07F
Black with #3AC07F
Text Example
Text Example
White with #3AC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC07F; }
p { color: rgb(58,192,127); }
H1.HeaderClassName
{
color: #3AC07F;
}
.AnyTagClassName
{
color: #3AC07F;
}
</style>
background-color css
<style>
a { background-color: #3AC07F; }
a { background-color: rgb(58,192,127); }
div.DivClassName
{
background-color: #3AC07F;
}
.BgClassName
{
background-color: #3AC07F;
}
</style>
border-color css
<style>
span { border-color: #3AC07F; }
span { border-color: rgb(58,192,127); }
td.TdClassName
{
border-color: #3AC07F;
}
.TagClassName
{
border-color: #3AC07F;
}
</style>