Shades of Medium Sea Green #3DB968
Tints of Medium Sea Green #3DB968
RGB
CMYK
RGB Variations
Color information
#3DB968 (or 0x3DB968) is known color: Medium Sea Green. HEX triplet: 3D, B9 and 68. RGB value is (61,185,104). Sum of RGB (Red+Green+Blue) = 61+185+104=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB968 is #C24697. Grayscale: #8A8A8A. Windows color (decimal): -12732056 or 6863165. OLE color: 6863165.
HSL color Cylindrical-coordinate representation of color #3DB968: hue angle of 140.81º 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 #3DB968 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 104 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.27 |
| HSL | 140.81º | 0.5% | 0.48% | - |
| HSV(B) | 140.81º | 0.67% | 0.73% | - |
| XYZ | 21.77 | 36.69 | 19.03 | - |
| YUV | 138.69 | 108.42 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 104 | 0.67 | 0 | 0.44 | 0.27 | 140.81 | 0.5 | 0.48 |
| Hex | 3D | B9 | 68 | 43 | 0 | 2C | 1B | 8D | 32 | 30 |
| Octal | 75 | 271 | 150 | 103 | 0 | 54 | 33 | 215 | 62 | 60 |
| Binary | 111101 | 10111001 | 1101000 | 1000011 | 0 | 101100 | 11011 | 10001101 | 110010 | 110000 |
Color Harmonies of #3DB968
Complementary color
Monochromatic Colors of #3DB968
Black with #3DB968
Text Example
Text Example
White with #3DB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB968; }
p { color: rgb(61,185,104); }
H1.HeaderClassName
{
color: #3DB968;
}
.AnyTagClassName
{
color: #3DB968;
}
</style>
background-color css
<style>
a { background-color: #3DB968; }
a { background-color: rgb(61,185,104); }
div.DivClassName
{
background-color: #3DB968;
}
.BgClassName
{
background-color: #3DB968;
}
</style>
border-color css
<style>
span { border-color: #3DB968; }
span { border-color: rgb(61,185,104); }
td.TdClassName
{
border-color: #3DB968;
}
.TagClassName
{
border-color: #3DB968;
}
</style>