Shades of Medium Aquamarine #4ADEAC
Tints of Medium Aquamarine #4ADEAC
RGB
CMYK
RGB Variations
Color information
#4ADEAC (or 0x4ADEAC) is known color: Medium Aquamarine. HEX triplet: 4A, DE and AC. RGB value is (74,222,172). Sum of RGB (Red+Green+Blue) = 74+222+172=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADEAC is #B52153. Grayscale: #ACACAC. Windows color (decimal): -11870548 or 11329098. OLE color: 11329098.
HSL color Cylindrical-coordinate representation of color #4ADEAC: hue angle of 159.73º degrees, saturation: 0.69, 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 #4ADEAC is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 172 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.13 |
| HSL | 159.73º | 0.69% | 0.58% | - |
| HSV(B) | 159.73º | 0.67% | 0.87% | - |
| XYZ | 36.39 | 56.68 | 48.05 | - |
| YUV | 172.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 172 | 0.67 | 0 | 0.23 | 0.13 | 159.73 | 0.69 | 0.58 |
| Hex | 4A | DE | AC | 43 | 0 | 17 | D | A0 | 45 | 3A |
| Octal | 112 | 336 | 254 | 103 | 0 | 27 | 15 | 240 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10101100 | 1000011 | 0 | 10111 | 1101 | 10100000 | 1000101 | 111010 |
Color Harmonies of #4ADEAC
Complementary color
Monochromatic Colors of #4ADEAC
Black with #4ADEAC
Text Example
Text Example
White with #4ADEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEAC; }
p { color: rgb(74,222,172); }
H1.HeaderClassName
{
color: #4ADEAC;
}
.AnyTagClassName
{
color: #4ADEAC;
}
</style>
background-color css
<style>
a { background-color: #4ADEAC; }
a { background-color: rgb(74,222,172); }
div.DivClassName
{
background-color: #4ADEAC;
}
.BgClassName
{
background-color: #4ADEAC;
}
</style>
border-color css
<style>
span { border-color: #4ADEAC; }
span { border-color: rgb(74,222,172); }
td.TdClassName
{
border-color: #4ADEAC;
}
.TagClassName
{
border-color: #4ADEAC;
}
</style>