Shades of Medium Sea Green #3DB664
Tints of Medium Sea Green #3DB664
RGB
CMYK
RGB Variations
Color information
#3DB664 (or 0x3DB664) is known color: Medium Sea Green. HEX triplet: 3D, B6 and 64. RGB value is (61,182,100). Sum of RGB (Red+Green+Blue) = 61+182+100=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 182 (71.48% from 255 or 53.06% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB664 is #C2499B. Grayscale: #888888. Windows color (decimal): -12732828 or 6600253. OLE color: 6600253.
HSL color Cylindrical-coordinate representation of color #3DB664: hue angle of 139.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB664 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 100 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.29 |
| HSL | 139.34º | 0.5% | 0.48% | - |
| HSV(B) | 139.34º | 0.66% | 0.71% | - |
| XYZ | 20.95 | 35.37 | 17.78 | - |
| YUV | 136.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 100 | 0.66 | 0 | 0.45 | 0.29 | 139.34 | 0.5 | 0.48 |
| Hex | 3D | B6 | 64 | 42 | 0 | 2D | 1D | 8B | 32 | 30 |
| Octal | 75 | 266 | 144 | 102 | 0 | 55 | 35 | 213 | 62 | 60 |
| Binary | 111101 | 10110110 | 1100100 | 1000010 | 0 | 101101 | 11101 | 10001011 | 110010 | 110000 |
Color Harmonies of #3DB664
Complementary color
Monochromatic Colors of #3DB664
Black with #3DB664
Text Example
Text Example
White with #3DB664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB664; }
p { color: rgb(61,182,100); }
H1.HeaderClassName
{
color: #3DB664;
}
.AnyTagClassName
{
color: #3DB664;
}
</style>
background-color css
<style>
a { background-color: #3DB664; }
a { background-color: rgb(61,182,100); }
div.DivClassName
{
background-color: #3DB664;
}
.BgClassName
{
background-color: #3DB664;
}
</style>
border-color css
<style>
span { border-color: #3DB664; }
span { border-color: rgb(61,182,100); }
td.TdClassName
{
border-color: #3DB664;
}
.TagClassName
{
border-color: #3DB664;
}
</style>