Shades of Medium Sea Green #3DBF5E
Tints of Medium Sea Green #3DBF5E
RGB
CMYK
RGB Variations
Color information
#3DBF5E (or 0x3DBF5E) is known color: Medium Sea Green. HEX triplet: 3D, BF and 5E. RGB value is (61,191,94). Sum of RGB (Red+Green+Blue) = 61+191+94=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBF5E is #C240A1. Grayscale: #8D8D8D. Windows color (decimal): -12730530 or 6209341. OLE color: 6209341.
HSL color Cylindrical-coordinate representation of color #3DBF5E: hue angle of 135.23º 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 #3DBF5E is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 94 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.25 |
| HSL | 135.23º | 0.52% | 0.49% | - |
| HSV(B) | 135.23º | 0.68% | 0.75% | - |
| XYZ | 22.58 | 39.06 | 16.94 | - |
| YUV | 141.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 94 | 0.68 | 0 | 0.51 | 0.25 | 135.23 | 0.52 | 0.49 |
| Hex | 3D | BF | 5E | 44 | 0 | 33 | 19 | 87 | 34 | 31 |
| Octal | 75 | 277 | 136 | 104 | 0 | 63 | 31 | 207 | 64 | 61 |
| Binary | 111101 | 10111111 | 1011110 | 1000100 | 0 | 110011 | 11001 | 10000111 | 110100 | 110001 |
Color Harmonies of #3DBF5E
Complementary color
Monochromatic Colors of #3DBF5E
Black with #3DBF5E
Text Example
Text Example
White with #3DBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF5E; }
p { color: rgb(61,191,94); }
H1.HeaderClassName
{
color: #3DBF5E;
}
.AnyTagClassName
{
color: #3DBF5E;
}
</style>
background-color css
<style>
a { background-color: #3DBF5E; }
a { background-color: rgb(61,191,94); }
div.DivClassName
{
background-color: #3DBF5E;
}
.BgClassName
{
background-color: #3DBF5E;
}
</style>
border-color css
<style>
span { border-color: #3DBF5E; }
span { border-color: rgb(61,191,94); }
td.TdClassName
{
border-color: #3DBF5E;
}
.TagClassName
{
border-color: #3DBF5E;
}
</style>