Shades of Medium Sea Green #3DBF74
Tints of Medium Sea Green #3DBF74
RGB
CMYK
RGB Variations
Color information
#3DBF74 (or 0x3DBF74) is known color: Medium Sea Green. HEX triplet: 3D, BF and 74. RGB value is (61,191,116). Sum of RGB (Red+Green+Blue) = 61+191+116=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBF74 is #C2408B. Grayscale: #8F8F8F. Windows color (decimal): -12730508 or 7651133. OLE color: 7651133.
HSL color Cylindrical-coordinate representation of color #3DBF74: hue angle of 145.38º 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 #3DBF74 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 116 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.25 |
| HSL | 145.38º | 0.52% | 0.49% | - |
| HSV(B) | 145.38º | 0.68% | 0.75% | - |
| XYZ | 23.71 | 39.51 | 22.9 | - |
| YUV | 143.58 | 112.43 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 116 | 0.68 | 0 | 0.39 | 0.25 | 145.38 | 0.52 | 0.49 |
| Hex | 3D | BF | 74 | 44 | 0 | 27 | 19 | 91 | 34 | 31 |
| Octal | 75 | 277 | 164 | 104 | 0 | 47 | 31 | 221 | 64 | 61 |
| Binary | 111101 | 10111111 | 1110100 | 1000100 | 0 | 100111 | 11001 | 10010001 | 110100 | 110001 |
Color Harmonies of #3DBF74
Complementary color
Monochromatic Colors of #3DBF74
Black with #3DBF74
Text Example
Text Example
White with #3DBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF74; }
p { color: rgb(61,191,116); }
H1.HeaderClassName
{
color: #3DBF74;
}
.AnyTagClassName
{
color: #3DBF74;
}
</style>
background-color css
<style>
a { background-color: #3DBF74; }
a { background-color: rgb(61,191,116); }
div.DivClassName
{
background-color: #3DBF74;
}
.BgClassName
{
background-color: #3DBF74;
}
</style>
border-color css
<style>
span { border-color: #3DBF74; }
span { border-color: rgb(61,191,116); }
td.TdClassName
{
border-color: #3DBF74;
}
.TagClassName
{
border-color: #3DBF74;
}
</style>