Shades of Medium Sea Green #3DB475
Tints of Medium Sea Green #3DB475
RGB
CMYK
RGB Variations
Color information
#3DB475 (or 0x3DB475) is known color: Medium Sea Green. HEX triplet: 3D, B4 and 75. RGB value is (61,180,117). Sum of RGB (Red+Green+Blue) = 61+180+117=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB475 is #C24B8A. Grayscale: #898989. Windows color (decimal): -12733323 or 7713853. OLE color: 7713853.
HSL color Cylindrical-coordinate representation of color #3DB475: hue angle of 148.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB475 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 117 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.29 |
| HSL | 148.24º | 0.49% | 0.47% | - |
| HSV(B) | 148.24º | 0.66% | 0.71% | - |
| XYZ | 21.46 | 34.92 | 22.44 | - |
| YUV | 137.24 | 116.58 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 117 | 0.66 | 0 | 0.35 | 0.29 | 148.24 | 0.49 | 0.47 |
| Hex | 3D | B4 | 75 | 42 | 0 | 23 | 1D | 94 | 31 | 2F |
| Octal | 75 | 264 | 165 | 102 | 0 | 43 | 35 | 224 | 61 | 57 |
| Binary | 111101 | 10110100 | 1110101 | 1000010 | 0 | 100011 | 11101 | 10010100 | 110001 | 101111 |
Color Harmonies of #3DB475
Complementary color
Monochromatic Colors of #3DB475
Black with #3DB475
Text Example
Text Example
White with #3DB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB475; }
p { color: rgb(61,180,117); }
H1.HeaderClassName
{
color: #3DB475;
}
.AnyTagClassName
{
color: #3DB475;
}
</style>
background-color css
<style>
a { background-color: #3DB475; }
a { background-color: rgb(61,180,117); }
div.DivClassName
{
background-color: #3DB475;
}
.BgClassName
{
background-color: #3DB475;
}
</style>
border-color css
<style>
span { border-color: #3DB475; }
span { border-color: rgb(61,180,117); }
td.TdClassName
{
border-color: #3DB475;
}
.TagClassName
{
border-color: #3DB475;
}
</style>