Shades of Medium Aquamarine #4AD9AD
Tints of Medium Aquamarine #4AD9AD
RGB
CMYK
RGB Variations
Color information
#4AD9AD (or 0x4AD9AD) is known color: Medium Aquamarine. HEX triplet: 4A, D9 and AD. RGB value is (74,217,173). Sum of RGB (Red+Green+Blue) = 74+217+173=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD9AD is #B52652. Grayscale: #A9A9A9. Windows color (decimal): -11871827 or 11393354. OLE color: 11393354.
HSL color Cylindrical-coordinate representation of color #4AD9AD: hue angle of 161.54º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD9AD is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 173 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.15 |
| HSL | 161.54º | 0.65% | 0.57% | - |
| HSV(B) | 161.54º | 0.66% | 0.85% | - |
| XYZ | 35.18 | 54.1 | 48.12 | - |
| YUV | 169.23 | 130.12 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 173 | 0.66 | 0 | 0.20 | 0.15 | 161.54 | 0.65 | 0.57 |
| Hex | 4A | D9 | AD | 42 | 0 | 14 | F | A2 | 41 | 39 |
| Octal | 112 | 331 | 255 | 102 | 0 | 24 | 17 | 242 | 101 | 71 |
| Binary | 1001010 | 11011001 | 10101101 | 1000010 | 0 | 10100 | 1111 | 10100010 | 1000001 | 111001 |
Color Harmonies of #4AD9AD
Complementary color
Monochromatic Colors of #4AD9AD
Black with #4AD9AD
Text Example
Text Example
White with #4AD9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD9AD; }
p { color: rgb(74,217,173); }
H1.HeaderClassName
{
color: #4AD9AD;
}
.AnyTagClassName
{
color: #4AD9AD;
}
</style>
background-color css
<style>
a { background-color: #4AD9AD; }
a { background-color: rgb(74,217,173); }
div.DivClassName
{
background-color: #4AD9AD;
}
.BgClassName
{
background-color: #4AD9AD;
}
</style>
border-color css
<style>
span { border-color: #4AD9AD; }
span { border-color: rgb(74,217,173); }
td.TdClassName
{
border-color: #4AD9AD;
}
.TagClassName
{
border-color: #4AD9AD;
}
</style>