Shades of Medium Aquamarine #4ADEAF
Tints of Medium Aquamarine #4ADEAF
RGB
CMYK
RGB Variations
Color information
#4ADEAF (or 0x4ADEAF) is known color: Medium Aquamarine. HEX triplet: 4A, DE and AF. RGB value is (74,222,175). Sum of RGB (Red+Green+Blue) = 74+222+175=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADEAF is #B52150. Grayscale: #ACACAC. Windows color (decimal): -11870545 or 11525706. OLE color: 11525706.
HSL color Cylindrical-coordinate representation of color #4ADEAF: hue angle of 160.95º 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 #4ADEAF is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 175 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.13 |
| HSL | 160.95º | 0.69% | 0.58% | - |
| HSV(B) | 160.95º | 0.67% | 0.87% | - |
| XYZ | 36.68 | 56.79 | 49.59 | - |
| YUV | 172.39 | 129.47 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 175 | 0.67 | 0 | 0.21 | 0.13 | 160.95 | 0.69 | 0.58 |
| Hex | 4A | DE | AF | 43 | 0 | 15 | D | A1 | 45 | 3A |
| Octal | 112 | 336 | 257 | 103 | 0 | 25 | 15 | 241 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10101111 | 1000011 | 0 | 10101 | 1101 | 10100001 | 1000101 | 111010 |
Color Harmonies of #4ADEAF
Complementary color
Monochromatic Colors of #4ADEAF
Black with #4ADEAF
Text Example
Text Example
White with #4ADEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEAF; }
p { color: rgb(74,222,175); }
H1.HeaderClassName
{
color: #4ADEAF;
}
.AnyTagClassName
{
color: #4ADEAF;
}
</style>
background-color css
<style>
a { background-color: #4ADEAF; }
a { background-color: rgb(74,222,175); }
div.DivClassName
{
background-color: #4ADEAF;
}
.BgClassName
{
background-color: #4ADEAF;
}
</style>
border-color css
<style>
span { border-color: #4ADEAF; }
span { border-color: rgb(74,222,175); }
td.TdClassName
{
border-color: #4ADEAF;
}
.TagClassName
{
border-color: #4ADEAF;
}
</style>