Shades of Medium Aquamarine #4ADDAC
Tints of Medium Aquamarine #4ADDAC
RGB
CMYK
RGB Variations
Color information
#4ADDAC (or 0x4ADDAC) is known color: Medium Aquamarine. HEX triplet: 4A, DD and AC. RGB value is (74,221,172). Sum of RGB (Red+Green+Blue) = 74+221+172=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADDAC is #B52253. Grayscale: #ABABAB. Windows color (decimal): -11870804 or 11328842. OLE color: 11328842.
HSL color Cylindrical-coordinate representation of color #4ADDAC: hue angle of 160º degrees, saturation: 0.68, 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 #4ADDAC is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 172 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.13 |
| HSL | 160º | 0.68% | 0.58% | - |
| HSV(B) | 160º | 0.67% | 0.87% | - |
| XYZ | 36.13 | 56.15 | 47.96 | - |
| YUV | 171.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 172 | 0.67 | 0 | 0.22 | 0.13 | 160 | 0.68 | 0.58 |
| Hex | 4A | DD | AC | 43 | 0 | 16 | D | A0 | 44 | 3A |
| Octal | 112 | 335 | 254 | 103 | 0 | 26 | 15 | 240 | 104 | 72 |
| Binary | 1001010 | 11011101 | 10101100 | 1000011 | 0 | 10110 | 1101 | 10100000 | 1000100 | 111010 |
Color Harmonies of #4ADDAC
Complementary color
Monochromatic Colors of #4ADDAC
Black with #4ADDAC
Text Example
Text Example
White with #4ADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADDAC; }
p { color: rgb(74,221,172); }
H1.HeaderClassName
{
color: #4ADDAC;
}
.AnyTagClassName
{
color: #4ADDAC;
}
</style>
background-color css
<style>
a { background-color: #4ADDAC; }
a { background-color: rgb(74,221,172); }
div.DivClassName
{
background-color: #4ADDAC;
}
.BgClassName
{
background-color: #4ADDAC;
}
</style>
border-color css
<style>
span { border-color: #4ADDAC; }
span { border-color: rgb(74,221,172); }
td.TdClassName
{
border-color: #4ADDAC;
}
.TagClassName
{
border-color: #4ADDAC;
}
</style>