Shades of Medium Aquamarine #4AD2AE
Tints of Medium Aquamarine #4AD2AE
RGB
CMYK
RGB Variations
Color information
#4AD2AE (or 0x4AD2AE) is known color: Medium Aquamarine. HEX triplet: 4A, D2 and AE. RGB value is (74,210,174). Sum of RGB (Red+Green+Blue) = 74+210+174=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD2AE is #B52D51. Grayscale: #A5A5A5. Windows color (decimal): -11873618 or 11457098. OLE color: 11457098.
HSL color Cylindrical-coordinate representation of color #4AD2AE: hue angle of 164.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD2AE is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 174 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.18 |
| HSL | 164.12º | 0.6% | 0.56% | - |
| HSV(B) | 164.12º | 0.65% | 0.82% | - |
| XYZ | 33.51 | 50.61 | 48.05 | - |
| YUV | 165.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 174 | 0.65 | 0 | 0.17 | 0.18 | 164.12 | 0.6 | 0.56 |
| Hex | 4A | D2 | AE | 41 | 0 | 11 | 12 | A4 | 3C | 38 |
| Octal | 112 | 322 | 256 | 101 | 0 | 21 | 22 | 244 | 74 | 70 |
| Binary | 1001010 | 11010010 | 10101110 | 1000001 | 0 | 10001 | 10010 | 10100100 | 111100 | 111000 |
Color Harmonies of #4AD2AE
Complementary color
Monochromatic Colors of #4AD2AE
Black with #4AD2AE
Text Example
Text Example
White with #4AD2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2AE; }
p { color: rgb(74,210,174); }
H1.HeaderClassName
{
color: #4AD2AE;
}
.AnyTagClassName
{
color: #4AD2AE;
}
</style>
background-color css
<style>
a { background-color: #4AD2AE; }
a { background-color: rgb(74,210,174); }
div.DivClassName
{
background-color: #4AD2AE;
}
.BgClassName
{
background-color: #4AD2AE;
}
</style>
border-color css
<style>
span { border-color: #4AD2AE; }
span { border-color: rgb(74,210,174); }
td.TdClassName
{
border-color: #4AD2AE;
}
.TagClassName
{
border-color: #4AD2AE;
}
</style>