Shades of Medium Sea Green #3DAA65
Tints of Medium Sea Green #3DAA65
RGB
CMYK
RGB Variations
Color information
#3DAA65 (or 0x3DAA65) is known color: Medium Sea Green. HEX triplet: 3D, AA and 65. RGB value is (61,170,101). Sum of RGB (Red+Green+Blue) = 61+170+101=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA65 is #C2559A. Grayscale: #818181. Windows color (decimal): -12735899 or 6662717. OLE color: 6662717.
HSL color Cylindrical-coordinate representation of color #3DAA65: hue angle of 142.02º 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 #3DAA65 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 101 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.33 |
| HSL | 142.02º | 0.47% | 0.45% | - |
| HSV(B) | 142.02º | 0.64% | 0.67% | - |
| XYZ | 18.65 | 30.68 | 17.25 | - |
| YUV | 129.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 101 | 0.64 | 0 | 0.41 | 0.33 | 142.02 | 0.47 | 0.45 |
| Hex | 3D | AA | 65 | 40 | 0 | 29 | 21 | 8E | 2F | 2D |
| Octal | 75 | 252 | 145 | 100 | 0 | 51 | 41 | 216 | 57 | 55 |
| Binary | 111101 | 10101010 | 1100101 | 1000000 | 0 | 101001 | 100001 | 10001110 | 101111 | 101101 |
Color Harmonies of #3DAA65
Complementary color
Monochromatic Colors of #3DAA65
Black with #3DAA65
Text Example
Text Example
White with #3DAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA65; }
p { color: rgb(61,170,101); }
H1.HeaderClassName
{
color: #3DAA65;
}
.AnyTagClassName
{
color: #3DAA65;
}
</style>
background-color css
<style>
a { background-color: #3DAA65; }
a { background-color: rgb(61,170,101); }
div.DivClassName
{
background-color: #3DAA65;
}
.BgClassName
{
background-color: #3DAA65;
}
</style>
border-color css
<style>
span { border-color: #3DAA65; }
span { border-color: rgb(61,170,101); }
td.TdClassName
{
border-color: #3DAA65;
}
.TagClassName
{
border-color: #3DAA65;
}
</style>