Shades of Medium Aquamarine #4ADAAA
Tints of Medium Aquamarine #4ADAAA
RGB
CMYK
RGB Variations
Color information
#4ADAAA (or 0x4ADAAA) is known color: Medium Aquamarine. HEX triplet: 4A, DA and AA. RGB value is (74,218,170). Sum of RGB (Red+Green+Blue) = 74+218+170=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADAAA is #B52555. Grayscale: #A9A9A9. Windows color (decimal): -11871574 or 11197002. OLE color: 11197002.
HSL color Cylindrical-coordinate representation of color #4ADAAA: hue angle of 160º degrees, saturation: 0.66, 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 #4ADAAA is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 170 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.15 |
| HSL | 160º | 0.66% | 0.57% | - |
| HSV(B) | 160º | 0.66% | 0.85% | - |
| XYZ | 35.15 | 54.5 | 46.7 | - |
| YUV | 169.47 | 128.29 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 170 | 0.66 | 0 | 0.22 | 0.15 | 160 | 0.66 | 0.57 |
| Hex | 4A | DA | AA | 42 | 0 | 16 | F | A0 | 42 | 39 |
| Octal | 112 | 332 | 252 | 102 | 0 | 26 | 17 | 240 | 102 | 71 |
| Binary | 1001010 | 11011010 | 10101010 | 1000010 | 0 | 10110 | 1111 | 10100000 | 1000010 | 111001 |
Color Harmonies of #4ADAAA
Complementary color
Monochromatic Colors of #4ADAAA
Black with #4ADAAA
Text Example
Text Example
White with #4ADAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADAAA; }
p { color: rgb(74,218,170); }
H1.HeaderClassName
{
color: #4ADAAA;
}
.AnyTagClassName
{
color: #4ADAAA;
}
</style>
background-color css
<style>
a { background-color: #4ADAAA; }
a { background-color: rgb(74,218,170); }
div.DivClassName
{
background-color: #4ADAAA;
}
.BgClassName
{
background-color: #4ADAAA;
}
</style>
border-color css
<style>
span { border-color: #4ADAAA; }
span { border-color: rgb(74,218,170); }
td.TdClassName
{
border-color: #4ADAAA;
}
.TagClassName
{
border-color: #4ADAAA;
}
</style>