Shades of Medium Aquamarine #4ADDA9
Tints of Medium Aquamarine #4ADDA9
RGB
CMYK
RGB Variations
Color information
#4ADDA9 (or 0x4ADDA9) is known color: Medium Aquamarine. HEX triplet: 4A, DD and A9. RGB value is (74,221,169). Sum of RGB (Red+Green+Blue) = 74+221+169=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDA9 is #B52256. Grayscale: #ABABAB. Windows color (decimal): -11870807 or 11132234. OLE color: 11132234.
HSL color Cylindrical-coordinate representation of color #4ADDA9: hue angle of 158.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDA9 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 169 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.13 |
| HSL | 158.78º | 0.68% | 0.58% | - |
| HSV(B) | 158.78º | 0.67% | 0.87% | - |
| XYZ | 35.84 | 56.03 | 46.46 | - |
| YUV | 171.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 169 | 0.67 | 0 | 0.24 | 0.13 | 158.78 | 0.68 | 0.58 |
| Hex | 4A | DD | A9 | 43 | 0 | 18 | D | 9F | 44 | 3A |
| Octal | 112 | 335 | 251 | 103 | 0 | 30 | 15 | 237 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10101001 | 1000011 | 0 | 11000 | 1101 | 10011111 | 1000100 | 111010 |
Color Harmonies of #4ADDA9
Complementary color
Monochromatic Colors of #4ADDA9
Black with #4ADDA9
Text Example
Text Example
White with #4ADDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDA9; }
p { color: rgb(74,221,169); }
H1.HeaderClassName
{
color: #4ADDA9;
}
.AnyTagClassName
{
color: #4ADDA9;
}
</style>
background-color css
<style>
a { background-color: #4ADDA9; }
a { background-color: rgb(74,221,169); }
div.DivClassName
{
background-color: #4ADDA9;
}
.BgClassName
{
background-color: #4ADDA9;
}
</style>
border-color css
<style>
span { border-color: #4ADDA9; }
span { border-color: rgb(74,221,169); }
td.TdClassName
{
border-color: #4ADDA9;
}
.TagClassName
{
border-color: #4ADDA9;
}
</style>