Shades of Medium Aquamarine #4AD2AF
Tints of Medium Aquamarine #4AD2AF
RGB
CMYK
RGB Variations
Color information
#4AD2AF (or 0x4AD2AF) is known color: Medium Aquamarine. HEX triplet: 4A, D2 and AF. RGB value is (74,210,175). Sum of RGB (Red+Green+Blue) = 74+210+175=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD2AF is #B52D50. Grayscale: #A5A5A5. Windows color (decimal): -11873617 or 11522634. OLE color: 11522634.
HSL color Cylindrical-coordinate representation of color #4AD2AF: hue angle of 164.56º 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 #4AD2AF is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 175 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.18 |
| HSL | 164.56º | 0.6% | 0.56% | - |
| HSV(B) | 164.56º | 0.65% | 0.82% | - |
| XYZ | 33.61 | 50.64 | 48.56 | - |
| YUV | 165.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 175 | 0.65 | 0 | 0.17 | 0.18 | 164.56 | 0.6 | 0.56 |
| Hex | 4A | D2 | AF | 41 | 0 | 11 | 12 | A5 | 3C | 38 |
| Octal | 112 | 322 | 257 | 101 | 0 | 21 | 22 | 245 | 74 | 70 |
| Binary | 1001010 | 11010010 | 10101111 | 1000001 | 0 | 10001 | 10010 | 10100101 | 111100 | 111000 |
Color Harmonies of #4AD2AF
Complementary color
Monochromatic Colors of #4AD2AF
Black with #4AD2AF
Text Example
Text Example
White with #4AD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD2AF; }
p { color: rgb(74,210,175); }
H1.HeaderClassName
{
color: #4AD2AF;
}
.AnyTagClassName
{
color: #4AD2AF;
}
</style>
background-color css
<style>
a { background-color: #4AD2AF; }
a { background-color: rgb(74,210,175); }
div.DivClassName
{
background-color: #4AD2AF;
}
.BgClassName
{
background-color: #4AD2AF;
}
</style>
border-color css
<style>
span { border-color: #4AD2AF; }
span { border-color: rgb(74,210,175); }
td.TdClassName
{
border-color: #4AD2AF;
}
.TagClassName
{
border-color: #4AD2AF;
}
</style>