Shades of Medium Aquamarine #4ADCAA
Tints of Medium Aquamarine #4ADCAA
RGB
CMYK
RGB Variations
Color information
#4ADCAA (or 0x4ADCAA) is known color: Medium Aquamarine. HEX triplet: 4A, DC and AA. RGB value is (74,220,170). Sum of RGB (Red+Green+Blue) = 74+220+170=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADCAA is #B52355. Grayscale: #AAAAAA. Windows color (decimal): -11871062 or 11197514. OLE color: 11197514.
HSL color Cylindrical-coordinate representation of color #4ADCAA: hue angle of 159.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADCAA is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 170 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.14 |
| HSL | 159.45º | 0.68% | 0.58% | - |
| HSV(B) | 159.45º | 0.66% | 0.86% | - |
| XYZ | 35.67 | 55.54 | 46.87 | - |
| YUV | 170.65 | 127.63 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 170 | 0.66 | 0 | 0.23 | 0.14 | 159.45 | 0.68 | 0.58 |
| Hex | 4A | DC | AA | 42 | 0 | 17 | E | 9F | 44 | 3A |
| Octal | 112 | 334 | 252 | 102 | 0 | 27 | 16 | 237 | 104 | 72 |
| Binary | 1001010 | 11011100 | 10101010 | 1000010 | 0 | 10111 | 1110 | 10011111 | 1000100 | 111010 |
Color Harmonies of #4ADCAA
Complementary color
Monochromatic Colors of #4ADCAA
Black with #4ADCAA
Text Example
Text Example
White with #4ADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADCAA; }
p { color: rgb(74,220,170); }
H1.HeaderClassName
{
color: #4ADCAA;
}
.AnyTagClassName
{
color: #4ADCAA;
}
</style>
background-color css
<style>
a { background-color: #4ADCAA; }
a { background-color: rgb(74,220,170); }
div.DivClassName
{
background-color: #4ADCAA;
}
.BgClassName
{
background-color: #4ADCAA;
}
</style>
border-color css
<style>
span { border-color: #4ADCAA; }
span { border-color: rgb(74,220,170); }
td.TdClassName
{
border-color: #4ADCAA;
}
.TagClassName
{
border-color: #4ADCAA;
}
</style>