Shades of Medium Aquamarine #4ADDA8
Tints of Medium Aquamarine #4ADDA8
RGB
CMYK
RGB Variations
Color information
#4ADDA8 (or 0x4ADDA8) is known color: Medium Aquamarine. HEX triplet: 4A, DD and A8. RGB value is (74,221,168). Sum of RGB (Red+Green+Blue) = 74+221+168=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDA8 is #B52257. Grayscale: #ABABAB. Windows color (decimal): -11870808 or 11066698. OLE color: 11066698.
HSL color Cylindrical-coordinate representation of color #4ADDA8: hue angle of 158.37º 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 #4ADDA8 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 168 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.13 |
| HSL | 158.37º | 0.68% | 0.58% | - |
| HSV(B) | 158.37º | 0.67% | 0.87% | - |
| XYZ | 35.75 | 56 | 45.97 | - |
| YUV | 171.01 | 126.3 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 168 | 0.67 | 0 | 0.24 | 0.13 | 158.37 | 0.68 | 0.58 |
| Hex | 4A | DD | A8 | 43 | 0 | 18 | D | 9E | 44 | 3A |
| Octal | 112 | 335 | 250 | 103 | 0 | 30 | 15 | 236 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10101000 | 1000011 | 0 | 11000 | 1101 | 10011110 | 1000100 | 111010 |
Color Harmonies of #4ADDA8
Complementary color
Monochromatic Colors of #4ADDA8
Black with #4ADDA8
Text Example
Text Example
White with #4ADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDA8; }
p { color: rgb(74,221,168); }
H1.HeaderClassName
{
color: #4ADDA8;
}
.AnyTagClassName
{
color: #4ADDA8;
}
</style>
background-color css
<style>
a { background-color: #4ADDA8; }
a { background-color: rgb(74,221,168); }
div.DivClassName
{
background-color: #4ADDA8;
}
.BgClassName
{
background-color: #4ADDA8;
}
</style>
border-color css
<style>
span { border-color: #4ADDA8; }
span { border-color: rgb(74,221,168); }
td.TdClassName
{
border-color: #4ADDA8;
}
.TagClassName
{
border-color: #4ADDA8;
}
</style>