Shades of Medium Aquamarine #4ADEAD
Tints of Medium Aquamarine #4ADEAD
RGB
CMYK
RGB Variations
Color information
#4ADEAD (or 0x4ADEAD) is known color: Medium Aquamarine. HEX triplet: 4A, DE and AD. RGB value is (74,222,173). Sum of RGB (Red+Green+Blue) = 74+222+173=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADEAD is #B52152. Grayscale: #ACACAC. Windows color (decimal): -11870547 or 11394634. OLE color: 11394634.
HSL color Cylindrical-coordinate representation of color #4ADEAD: hue angle of 160.14º 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 #4ADEAD is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 173 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.13 |
| HSL | 160.14º | 0.69% | 0.58% | - |
| HSV(B) | 160.14º | 0.67% | 0.87% | - |
| XYZ | 36.49 | 56.72 | 48.56 | - |
| YUV | 172.16 | 128.47 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 173 | 0.67 | 0 | 0.22 | 0.13 | 160.14 | 0.69 | 0.58 |
| Hex | 4A | DE | AD | 43 | 0 | 16 | D | A0 | 45 | 3A |
| Octal | 112 | 336 | 255 | 103 | 0 | 26 | 15 | 240 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10101101 | 1000011 | 0 | 10110 | 1101 | 10100000 | 1000101 | 111010 |
Color Harmonies of #4ADEAD
Complementary color
Monochromatic Colors of #4ADEAD
Black with #4ADEAD
Text Example
Text Example
White with #4ADEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEAD; }
p { color: rgb(74,222,173); }
H1.HeaderClassName
{
color: #4ADEAD;
}
.AnyTagClassName
{
color: #4ADEAD;
}
</style>
background-color css
<style>
a { background-color: #4ADEAD; }
a { background-color: rgb(74,222,173); }
div.DivClassName
{
background-color: #4ADEAD;
}
.BgClassName
{
background-color: #4ADEAD;
}
</style>
border-color css
<style>
span { border-color: #4ADEAD; }
span { border-color: rgb(74,222,173); }
td.TdClassName
{
border-color: #4ADEAD;
}
.TagClassName
{
border-color: #4ADEAD;
}
</style>