Shades of Medium Sea Green #3DB785
Tints of Medium Sea Green #3DB785
RGB
CMYK
RGB Variations
Color information
#3DB785 (or 0x3DB785) is known color: Medium Sea Green. HEX triplet: 3D, B7 and 85. RGB value is (61,183,133). Sum of RGB (Red+Green+Blue) = 61+183+133=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB785 is #C2487A. Grayscale: #8C8C8C. Windows color (decimal): -12732539 or 8763197. OLE color: 8763197.
HSL color Cylindrical-coordinate representation of color #3DB785: hue angle of 155.41º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB785 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 133 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.28 |
| HSL | 155.41º | 0.5% | 0.48% | - |
| HSV(B) | 155.41º | 0.67% | 0.72% | - |
| XYZ | 23.09 | 36.55 | 28.03 | - |
| YUV | 140.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 133 | 0.67 | 0 | 0.27 | 0.28 | 155.41 | 0.5 | 0.48 |
| Hex | 3D | B7 | 85 | 43 | 0 | 1B | 1C | 9B | 32 | 30 |
| Octal | 75 | 267 | 205 | 103 | 0 | 33 | 34 | 233 | 62 | 60 |
| Binary | 111101 | 10110111 | 10000101 | 1000011 | 0 | 11011 | 11100 | 10011011 | 110010 | 110000 |
Color Harmonies of #3DB785
Complementary color
Monochromatic Colors of #3DB785
Black with #3DB785
Text Example
Text Example
White with #3DB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB785; }
p { color: rgb(61,183,133); }
H1.HeaderClassName
{
color: #3DB785;
}
.AnyTagClassName
{
color: #3DB785;
}
</style>
background-color css
<style>
a { background-color: #3DB785; }
a { background-color: rgb(61,183,133); }
div.DivClassName
{
background-color: #3DB785;
}
.BgClassName
{
background-color: #3DB785;
}
</style>
border-color css
<style>
span { border-color: #3DB785; }
span { border-color: rgb(61,183,133); }
td.TdClassName
{
border-color: #3DB785;
}
.TagClassName
{
border-color: #3DB785;
}
</style>