Shades of Medium Aquamarine #4AD4AB
Tints of Medium Aquamarine #4AD4AB
RGB
CMYK
RGB Variations
Color information
#4AD4AB (or 0x4AD4AB) is known color: Medium Aquamarine. HEX triplet: 4A, D4 and AB. RGB value is (74,212,171). Sum of RGB (Red+Green+Blue) = 74+212+171=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD4AB is #B52B54. Grayscale: #A6A6A6. Windows color (decimal): -11873109 or 11261002. OLE color: 11261002.
HSL color Cylindrical-coordinate representation of color #4AD4AB: hue angle of 162.17º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD4AB is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 212 | 171 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.17 |
| HSL | 162.17º | 0.62% | 0.56% | - |
| HSV(B) | 162.17º | 0.65% | 0.83% | - |
| XYZ | 33.72 | 51.48 | 46.69 | - |
| YUV | 166.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 212 | 171 | 0.65 | 0 | 0.19 | 0.17 | 162.17 | 0.62 | 0.56 |
| Hex | 4A | D4 | AB | 41 | 0 | 13 | 11 | A2 | 3E | 38 |
| Octal | 112 | 324 | 253 | 101 | 0 | 23 | 21 | 242 | 76 | 70 |
| Binary | 1001010 | 11010100 | 10101011 | 1000001 | 0 | 10011 | 10001 | 10100010 | 111110 | 111000 |
Color Harmonies of #4AD4AB
Complementary color
Monochromatic Colors of #4AD4AB
Black with #4AD4AB
Text Example
Text Example
White with #4AD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD4AB; }
p { color: rgb(74,212,171); }
H1.HeaderClassName
{
color: #4AD4AB;
}
.AnyTagClassName
{
color: #4AD4AB;
}
</style>
background-color css
<style>
a { background-color: #4AD4AB; }
a { background-color: rgb(74,212,171); }
div.DivClassName
{
background-color: #4AD4AB;
}
.BgClassName
{
background-color: #4AD4AB;
}
</style>
border-color css
<style>
span { border-color: #4AD4AB; }
span { border-color: rgb(74,212,171); }
td.TdClassName
{
border-color: #4AD4AB;
}
.TagClassName
{
border-color: #4AD4AB;
}
</style>