Shades of Medium Sea Green #3DB963
Tints of Medium Sea Green #3DB963
RGB
CMYK
RGB Variations
Color information
#3DB963 (or 0x3DB963) is known color: Medium Sea Green. HEX triplet: 3D, B9 and 63. RGB value is (61,185,99). Sum of RGB (Red+Green+Blue) = 61+185+99=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB963 is #C2469C. Grayscale: #8A8A8A. Windows color (decimal): -12732061 or 6535485. OLE color: 6535485.
HSL color Cylindrical-coordinate representation of color #3DB963: hue angle of 138.39º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB963 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 99 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.27 |
| HSL | 138.39º | 0.5% | 0.48% | - |
| HSV(B) | 138.39º | 0.67% | 0.73% | - |
| XYZ | 21.53 | 36.59 | 17.73 | - |
| YUV | 138.12 | 105.92 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 99 | 0.67 | 0 | 0.46 | 0.27 | 138.39 | 0.5 | 0.48 |
| Hex | 3D | B9 | 63 | 43 | 0 | 2E | 1B | 8A | 32 | 30 |
| Octal | 75 | 271 | 143 | 103 | 0 | 56 | 33 | 212 | 62 | 60 |
| Binary | 111101 | 10111001 | 1100011 | 1000011 | 0 | 101110 | 11011 | 10001010 | 110010 | 110000 |
Color Harmonies of #3DB963
Complementary color
Monochromatic Colors of #3DB963
Black with #3DB963
Text Example
Text Example
White with #3DB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB963; }
p { color: rgb(61,185,99); }
H1.HeaderClassName
{
color: #3DB963;
}
.AnyTagClassName
{
color: #3DB963;
}
</style>
background-color css
<style>
a { background-color: #3DB963; }
a { background-color: rgb(61,185,99); }
div.DivClassName
{
background-color: #3DB963;
}
.BgClassName
{
background-color: #3DB963;
}
</style>
border-color css
<style>
span { border-color: #3DB963; }
span { border-color: rgb(61,185,99); }
td.TdClassName
{
border-color: #3DB963;
}
.TagClassName
{
border-color: #3DB963;
}
</style>