Shades of Medium Aquamarine #4ADEAB
Tints of Medium Aquamarine #4ADEAB
RGB
CMYK
RGB Variations
Color information
#4ADEAB (or 0x4ADEAB) is known color: Medium Aquamarine. HEX triplet: 4A, DE and AB. RGB value is (74,222,171). Sum of RGB (Red+Green+Blue) = 74+222+171=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADEAB is #B52154. Grayscale: #ABABAB. Windows color (decimal): -11870549 or 11263562. OLE color: 11263562.
HSL color Cylindrical-coordinate representation of color #4ADEAB: hue angle of 159.32º 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 #4ADEAB is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 171 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.13 |
| HSL | 159.32º | 0.69% | 0.58% | - |
| HSV(B) | 159.32º | 0.67% | 0.87% | - |
| XYZ | 36.3 | 56.64 | 47.55 | - |
| YUV | 171.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 171 | 0.67 | 0 | 0.23 | 0.13 | 159.32 | 0.69 | 0.58 |
| Hex | 4A | DE | AB | 43 | 0 | 17 | D | 9F | 45 | 3A |
| Octal | 112 | 336 | 253 | 103 | 0 | 27 | 15 | 237 | 105 | 72 |
| Binary | 1001010 | 11011110 | 10101011 | 1000011 | 0 | 10111 | 1101 | 10011111 | 1000101 | 111010 |
Color Harmonies of #4ADEAB
Complementary color
Monochromatic Colors of #4ADEAB
Black with #4ADEAB
Text Example
Text Example
White with #4ADEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADEAB; }
p { color: rgb(74,222,171); }
H1.HeaderClassName
{
color: #4ADEAB;
}
.AnyTagClassName
{
color: #4ADEAB;
}
</style>
background-color css
<style>
a { background-color: #4ADEAB; }
a { background-color: rgb(74,222,171); }
div.DivClassName
{
background-color: #4ADEAB;
}
.BgClassName
{
background-color: #4ADEAB;
}
</style>
border-color css
<style>
span { border-color: #4ADEAB; }
span { border-color: rgb(74,222,171); }
td.TdClassName
{
border-color: #4ADEAB;
}
.TagClassName
{
border-color: #4ADEAB;
}
</style>