Shades of Medium Sea Green #3DAA6A
Tints of Medium Sea Green #3DAA6A
RGB
CMYK
RGB Variations
Color information
#3DAA6A (or 0x3DAA6A) is known color: Medium Sea Green. HEX triplet: 3D, AA and 6A. RGB value is (61,170,106). Sum of RGB (Red+Green+Blue) = 61+170+106=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAA6A is #C25595. Grayscale: #828282. Windows color (decimal): -12735894 or 6990397. OLE color: 6990397.
HSL color Cylindrical-coordinate representation of color #3DAA6A: hue angle of 144.77º 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 #3DAA6A is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 106 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.33 |
| HSL | 144.77º | 0.47% | 0.45% | - |
| HSV(B) | 144.77º | 0.64% | 0.67% | - |
| XYZ | 18.9 | 30.78 | 18.58 | - |
| YUV | 130.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 106 | 0.64 | 0 | 0.38 | 0.33 | 144.77 | 0.47 | 0.45 |
| Hex | 3D | AA | 6A | 40 | 0 | 26 | 21 | 91 | 2F | 2D |
| Octal | 75 | 252 | 152 | 100 | 0 | 46 | 41 | 221 | 57 | 55 |
| Binary | 111101 | 10101010 | 1101010 | 1000000 | 0 | 100110 | 100001 | 10010001 | 101111 | 101101 |
Color Harmonies of #3DAA6A
Complementary color
Monochromatic Colors of #3DAA6A
Black with #3DAA6A
Text Example
Text Example
White with #3DAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA6A; }
p { color: rgb(61,170,106); }
H1.HeaderClassName
{
color: #3DAA6A;
}
.AnyTagClassName
{
color: #3DAA6A;
}
</style>
background-color css
<style>
a { background-color: #3DAA6A; }
a { background-color: rgb(61,170,106); }
div.DivClassName
{
background-color: #3DAA6A;
}
.BgClassName
{
background-color: #3DAA6A;
}
</style>
border-color css
<style>
span { border-color: #3DAA6A; }
span { border-color: rgb(61,170,106); }
td.TdClassName
{
border-color: #3DAA6A;
}
.TagClassName
{
border-color: #3DAA6A;
}
</style>