Shades of Medium Sea Green #3DBF85
Tints of Medium Sea Green #3DBF85
RGB
CMYK
RGB Variations
Color information
#3DBF85 (or 0x3DBF85) is known color: Medium Sea Green. HEX triplet: 3D, BF and 85. RGB value is (61,191,133). Sum of RGB (Red+Green+Blue) = 61+191+133=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBF85 is #C2407A. Grayscale: #919191. Windows color (decimal): -12730491 or 8765245. OLE color: 8765245.
HSL color Cylindrical-coordinate representation of color #3DBF85: hue angle of 153.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 #3DBF85 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 133 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.25 |
| HSL | 153.23º | 0.52% | 0.49% | - |
| HSV(B) | 153.23º | 0.68% | 0.75% | - |
| XYZ | 24.79 | 39.95 | 28.59 | - |
| YUV | 145.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 133 | 0.68 | 0 | 0.30 | 0.25 | 153.23 | 0.52 | 0.49 |
| Hex | 3D | BF | 85 | 44 | 0 | 1E | 19 | 99 | 34 | 31 |
| Octal | 75 | 277 | 205 | 104 | 0 | 36 | 31 | 231 | 64 | 61 |
| Binary | 111101 | 10111111 | 10000101 | 1000100 | 0 | 11110 | 11001 | 10011001 | 110100 | 110001 |
Color Harmonies of #3DBF85
Complementary color
Monochromatic Colors of #3DBF85
Black with #3DBF85
Text Example
Text Example
White with #3DBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF85; }
p { color: rgb(61,191,133); }
H1.HeaderClassName
{
color: #3DBF85;
}
.AnyTagClassName
{
color: #3DBF85;
}
</style>
background-color css
<style>
a { background-color: #3DBF85; }
a { background-color: rgb(61,191,133); }
div.DivClassName
{
background-color: #3DBF85;
}
.BgClassName
{
background-color: #3DBF85;
}
</style>
border-color css
<style>
span { border-color: #3DBF85; }
span { border-color: rgb(61,191,133); }
td.TdClassName
{
border-color: #3DBF85;
}
.TagClassName
{
border-color: #3DBF85;
}
</style>