Shades of Medium Sea Green #3DAA75
Tints of Medium Sea Green #3DAA75
RGB
CMYK
RGB Variations
Color information
#3DAA75 (or 0x3DAA75) is known color: Medium Sea Green. HEX triplet: 3D, AA and 75. RGB value is (61,170,117). Sum of RGB (Red+Green+Blue) = 61+170+117=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA75 is #C2558A. Grayscale: #838383. Windows color (decimal): -12735883 or 7711293. OLE color: 7711293.
HSL color Cylindrical-coordinate representation of color #3DAA75: hue angle of 150.83º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA75 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 117 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.33 |
| HSL | 150.83º | 0.47% | 0.45% | - |
| HSV(B) | 150.83º | 0.64% | 0.67% | - |
| XYZ | 19.51 | 31.03 | 21.79 | - |
| YUV | 131.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 117 | 0.64 | 0 | 0.31 | 0.33 | 150.83 | 0.47 | 0.45 |
| Hex | 3D | AA | 75 | 40 | 0 | 1F | 21 | 97 | 2F | 2D |
| Octal | 75 | 252 | 165 | 100 | 0 | 37 | 41 | 227 | 57 | 55 |
| Binary | 111101 | 10101010 | 1110101 | 1000000 | 0 | 11111 | 100001 | 10010111 | 101111 | 101101 |
Color Harmonies of #3DAA75
Complementary color
Monochromatic Colors of #3DAA75
Black with #3DAA75
Text Example
Text Example
White with #3DAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA75; }
p { color: rgb(61,170,117); }
H1.HeaderClassName
{
color: #3DAA75;
}
.AnyTagClassName
{
color: #3DAA75;
}
</style>
background-color css
<style>
a { background-color: #3DAA75; }
a { background-color: rgb(61,170,117); }
div.DivClassName
{
background-color: #3DAA75;
}
.BgClassName
{
background-color: #3DAA75;
}
</style>
border-color css
<style>
span { border-color: #3DAA75; }
span { border-color: rgb(61,170,117); }
td.TdClassName
{
border-color: #3DAA75;
}
.TagClassName
{
border-color: #3DAA75;
}
</style>