Shades of Medium Sea Green #39A070
Tints of Medium Sea Green #39A070
RGB
CMYK
RGB Variations
Color information
#39A070 (or 0x39A070) is known color: Medium Sea Green. HEX triplet: 39, A0 and 70. RGB value is (57,160,112). Sum of RGB (Red+Green+Blue) = 57+160+112=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #39A070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39A070 is #C65F8F. Grayscale: #7B7B7B. Windows color (decimal): -13000592 or 7381049. OLE color: 7381049.
HSL color Cylindrical-coordinate representation of color #39A070: hue angle of 152.04º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39A070 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 112 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.37 |
| HSL | 152.04º | 0.47% | 0.43% | - |
| HSV(B) | 152.04º | 0.64% | 0.63% | - |
| XYZ | 17.18 | 27.18 | 19.67 | - |
| YUV | 123.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 112 | 0.64 | 0 | 0.30 | 0.37 | 152.04 | 0.47 | 0.43 |
| Hex | 39 | A0 | 70 | 40 | 0 | 1E | 25 | 98 | 2F | 2B |
| Octal | 71 | 240 | 160 | 100 | 0 | 36 | 45 | 230 | 57 | 53 |
| Binary | 111001 | 10100000 | 1110000 | 1000000 | 0 | 11110 | 100101 | 10011000 | 101111 | 101011 |
Color Harmonies of #39A070
Complementary color
Monochromatic Colors of #39A070
Black with #39A070
Text Example
Text Example
White with #39A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A070; }
p { color: rgb(57,160,112); }
H1.HeaderClassName
{
color: #39A070;
}
.AnyTagClassName
{
color: #39A070;
}
</style>
background-color css
<style>
a { background-color: #39A070; }
a { background-color: rgb(57,160,112); }
div.DivClassName
{
background-color: #39A070;
}
.BgClassName
{
background-color: #39A070;
}
</style>
border-color css
<style>
span { border-color: #39A070; }
span { border-color: rgb(57,160,112); }
td.TdClassName
{
border-color: #39A070;
}
.TagClassName
{
border-color: #39A070;
}
</style>