Shades of Medium Aquamarine #4ADDAA
Tints of Medium Aquamarine #4ADDAA
RGB
CMYK
RGB Variations
Color information
#4ADDAA (or 0x4ADDAA) is known color: Medium Aquamarine. HEX triplet: 4A, DD and AA. RGB value is (74,221,170). Sum of RGB (Red+Green+Blue) = 74+221+170=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDAA is #B52255. Grayscale: #ABABAB. Windows color (decimal): -11870806 or 11197770. OLE color: 11197770.
HSL color Cylindrical-coordinate representation of color #4ADDAA: hue angle of 159.18º 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 #4ADDAA is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 170 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.13 |
| HSL | 159.18º | 0.68% | 0.58% | - |
| HSV(B) | 159.18º | 0.67% | 0.87% | - |
| XYZ | 35.94 | 56.07 | 46.96 | - |
| YUV | 171.23 | 127.3 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 170 | 0.67 | 0 | 0.23 | 0.13 | 159.18 | 0.68 | 0.58 |
| Hex | 4A | DD | AA | 43 | 0 | 17 | D | 9F | 44 | 3A |
| Octal | 112 | 335 | 252 | 103 | 0 | 27 | 15 | 237 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10101010 | 1000011 | 0 | 10111 | 1101 | 10011111 | 1000100 | 111010 |
Color Harmonies of #4ADDAA
Complementary color
Monochromatic Colors of #4ADDAA
Black with #4ADDAA
Text Example
Text Example
White with #4ADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDAA; }
p { color: rgb(74,221,170); }
H1.HeaderClassName
{
color: #4ADDAA;
}
.AnyTagClassName
{
color: #4ADDAA;
}
</style>
background-color css
<style>
a { background-color: #4ADDAA; }
a { background-color: rgb(74,221,170); }
div.DivClassName
{
background-color: #4ADDAA;
}
.BgClassName
{
background-color: #4ADDAA;
}
</style>
border-color css
<style>
span { border-color: #4ADDAA; }
span { border-color: rgb(74,221,170); }
td.TdClassName
{
border-color: #4ADDAA;
}
.TagClassName
{
border-color: #4ADDAA;
}
</style>