Shades of Medium Aquamarine #4AD8AF
Tints of Medium Aquamarine #4AD8AF
RGB
CMYK
RGB Variations
Color information
#4AD8AF (or 0x4AD8AF) is known color: Medium Aquamarine. HEX triplet: 4A, D8 and AF. RGB value is (74,216,175). Sum of RGB (Red+Green+Blue) = 74+216+175=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD8AF is #B52750. Grayscale: #A8A8A8. Windows color (decimal): -11872081 or 11524170. OLE color: 11524170.
HSL color Cylindrical-coordinate representation of color #4AD8AF: hue angle of 162.68º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD8AF is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 175 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.15 |
| HSL | 162.68º | 0.65% | 0.57% | - |
| HSV(B) | 162.68º | 0.66% | 0.85% | - |
| XYZ | 35.12 | 53.66 | 49.06 | - |
| YUV | 168.87 | 131.46 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 175 | 0.66 | 0 | 0.19 | 0.15 | 162.68 | 0.65 | 0.57 |
| Hex | 4A | D8 | AF | 42 | 0 | 13 | F | A3 | 41 | 39 |
| Octal | 112 | 330 | 257 | 102 | 0 | 23 | 17 | 243 | 101 | 71 |
| Binary | 1001010 | 11011000 | 10101111 | 1000010 | 0 | 10011 | 1111 | 10100011 | 1000001 | 111001 |
Color Harmonies of #4AD8AF
Complementary color
Monochromatic Colors of #4AD8AF
Black with #4AD8AF
Text Example
Text Example
White with #4AD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD8AF; }
p { color: rgb(74,216,175); }
H1.HeaderClassName
{
color: #4AD8AF;
}
.AnyTagClassName
{
color: #4AD8AF;
}
</style>
background-color css
<style>
a { background-color: #4AD8AF; }
a { background-color: rgb(74,216,175); }
div.DivClassName
{
background-color: #4AD8AF;
}
.BgClassName
{
background-color: #4AD8AF;
}
</style>
border-color css
<style>
span { border-color: #4AD8AF; }
span { border-color: rgb(74,216,175); }
td.TdClassName
{
border-color: #4AD8AF;
}
.TagClassName
{
border-color: #4AD8AF;
}
</style>