Shades of Medium Sea Green #3DB675
Tints of Medium Sea Green #3DB675
RGB
CMYK
RGB Variations
Color information
#3DB675 (or 0x3DB675) is known color: Medium Sea Green. HEX triplet: 3D, B6 and 75. RGB value is (61,182,117). Sum of RGB (Red+Green+Blue) = 61+182+117=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB675 is #C2498A. Grayscale: #8A8A8A. Windows color (decimal): -12732811 or 7714365. OLE color: 7714365.
HSL color Cylindrical-coordinate representation of color #3DB675: hue angle of 147.77º 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 #3DB675 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 117 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.29 |
| HSL | 147.77º | 0.5% | 0.48% | - |
| HSV(B) | 147.77º | 0.66% | 0.71% | - |
| XYZ | 21.86 | 35.73 | 22.57 | - |
| YUV | 138.41 | 115.91 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 117 | 0.66 | 0 | 0.36 | 0.29 | 147.77 | 0.5 | 0.48 |
| Hex | 3D | B6 | 75 | 42 | 0 | 24 | 1D | 94 | 32 | 30 |
| Octal | 75 | 266 | 165 | 102 | 0 | 44 | 35 | 224 | 62 | 60 |
| Binary | 111101 | 10110110 | 1110101 | 1000010 | 0 | 100100 | 11101 | 10010100 | 110010 | 110000 |
Color Harmonies of #3DB675
Complementary color
Monochromatic Colors of #3DB675
Black with #3DB675
Text Example
Text Example
White with #3DB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB675; }
p { color: rgb(61,182,117); }
H1.HeaderClassName
{
color: #3DB675;
}
.AnyTagClassName
{
color: #3DB675;
}
</style>
background-color css
<style>
a { background-color: #3DB675; }
a { background-color: rgb(61,182,117); }
div.DivClassName
{
background-color: #3DB675;
}
.BgClassName
{
background-color: #3DB675;
}
</style>
border-color css
<style>
span { border-color: #3DB675; }
span { border-color: rgb(61,182,117); }
td.TdClassName
{
border-color: #3DB675;
}
.TagClassName
{
border-color: #3DB675;
}
</style>