Shades of Medium Sea Green #39C965
Tints of Medium Sea Green #39C965
RGB
CMYK
RGB Variations
Color information
#39C965 (or 0x39C965) is known color: Medium Sea Green. HEX triplet: 39, C9 and 65. RGB value is (57,201,101). Sum of RGB (Red+Green+Blue) = 57+201+101=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #39C965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39C965 is #C6369A. Grayscale: #929292. Windows color (decimal): -12990107 or 6670649. OLE color: 6670649.
HSL color Cylindrical-coordinate representation of color #39C965: hue angle of 138.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39C965 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 201 | 101 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.21 |
| HSL | 138.33º | 0.57% | 0.51% | - |
| HSV(B) | 138.33º | 0.72% | 0.79% | - |
| XYZ | 24.92 | 43.58 | 19.41 | - |
| YUV | 146.54 | 102.29 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 201 | 101 | 0.72 | 0 | 0.50 | 0.21 | 138.33 | 0.57 | 0.51 |
| Hex | 39 | C9 | 65 | 48 | 0 | 32 | 15 | 8A | 39 | 33 |
| Octal | 71 | 311 | 145 | 110 | 0 | 62 | 25 | 212 | 71 | 63 |
| Binary | 111001 | 11001001 | 1100101 | 1001000 | 0 | 110010 | 10101 | 10001010 | 111001 | 110011 |
Color Harmonies of #39C965
Complementary color
Monochromatic Colors of #39C965
Black with #39C965
Text Example
Text Example
White with #39C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C965; }
p { color: rgb(57,201,101); }
H1.HeaderClassName
{
color: #39C965;
}
.AnyTagClassName
{
color: #39C965;
}
</style>
background-color css
<style>
a { background-color: #39C965; }
a { background-color: rgb(57,201,101); }
div.DivClassName
{
background-color: #39C965;
}
.BgClassName
{
background-color: #39C965;
}
</style>
border-color css
<style>
span { border-color: #39C965; }
span { border-color: rgb(57,201,101); }
td.TdClassName
{
border-color: #39C965;
}
.TagClassName
{
border-color: #39C965;
}
</style>