Shades of Medium Sea Green #3DBF73
Tints of Medium Sea Green #3DBF73
RGB
CMYK
RGB Variations
Color information
#3DBF73 (or 0x3DBF73) is known color: Medium Sea Green. HEX triplet: 3D, BF and 73. RGB value is (61,191,115). Sum of RGB (Red+Green+Blue) = 61+191+115=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBF73 is #C2408C. Grayscale: #8F8F8F. Windows color (decimal): -12730509 or 7585597. OLE color: 7585597.
HSL color Cylindrical-coordinate representation of color #3DBF73: hue angle of 144.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF73 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 115 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.25 |
| HSL | 144.92º | 0.52% | 0.49% | - |
| HSV(B) | 144.92º | 0.68% | 0.75% | - |
| XYZ | 23.65 | 39.49 | 22.6 | - |
| YUV | 143.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 115 | 0.68 | 0 | 0.40 | 0.25 | 144.92 | 0.52 | 0.49 |
| Hex | 3D | BF | 73 | 44 | 0 | 28 | 19 | 91 | 34 | 31 |
| Octal | 75 | 277 | 163 | 104 | 0 | 50 | 31 | 221 | 64 | 61 |
| Binary | 111101 | 10111111 | 1110011 | 1000100 | 0 | 101000 | 11001 | 10010001 | 110100 | 110001 |
Color Harmonies of #3DBF73
Complementary color
Monochromatic Colors of #3DBF73
Black with #3DBF73
Text Example
Text Example
White with #3DBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF73; }
p { color: rgb(61,191,115); }
H1.HeaderClassName
{
color: #3DBF73;
}
.AnyTagClassName
{
color: #3DBF73;
}
</style>
background-color css
<style>
a { background-color: #3DBF73; }
a { background-color: rgb(61,191,115); }
div.DivClassName
{
background-color: #3DBF73;
}
.BgClassName
{
background-color: #3DBF73;
}
</style>
border-color css
<style>
span { border-color: #3DBF73; }
span { border-color: rgb(61,191,115); }
td.TdClassName
{
border-color: #3DBF73;
}
.TagClassName
{
border-color: #3DBF73;
}
</style>