Shades of Medium Aquamarine #4AD5AB
Tints of Medium Aquamarine #4AD5AB
RGB
CMYK
RGB Variations
Color information
#4AD5AB (or 0x4AD5AB) is known color: Medium Aquamarine. HEX triplet: 4A, D5 and AB. RGB value is (74,213,171). Sum of RGB (Red+Green+Blue) = 74+213+171=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD5AB is #B52A54. Grayscale: #A6A6A6. Windows color (decimal): -11872853 or 11261258. OLE color: 11261258.
HSL color Cylindrical-coordinate representation of color #4AD5AB: hue angle of 161.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD5AB is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 171 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.16 |
| HSL | 161.87º | 0.62% | 0.56% | - |
| HSV(B) | 161.87º | 0.65% | 0.84% | - |
| XYZ | 33.97 | 51.98 | 46.77 | - |
| YUV | 166.65 | 130.45 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 171 | 0.65 | 0 | 0.20 | 0.16 | 161.87 | 0.62 | 0.56 |
| Hex | 4A | D5 | AB | 41 | 0 | 14 | 10 | A2 | 3E | 38 |
| Octal | 112 | 325 | 253 | 101 | 0 | 24 | 20 | 242 | 76 | 70 |
| Binary | 1001010 | 11010101 | 10101011 | 1000001 | 0 | 10100 | 10000 | 10100010 | 111110 | 111000 |
Color Harmonies of #4AD5AB
Complementary color
Monochromatic Colors of #4AD5AB
Black with #4AD5AB
Text Example
Text Example
White with #4AD5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD5AB; }
p { color: rgb(74,213,171); }
H1.HeaderClassName
{
color: #4AD5AB;
}
.AnyTagClassName
{
color: #4AD5AB;
}
</style>
background-color css
<style>
a { background-color: #4AD5AB; }
a { background-color: rgb(74,213,171); }
div.DivClassName
{
background-color: #4AD5AB;
}
.BgClassName
{
background-color: #4AD5AB;
}
</style>
border-color css
<style>
span { border-color: #4AD5AB; }
span { border-color: rgb(74,213,171); }
td.TdClassName
{
border-color: #4AD5AB;
}
.TagClassName
{
border-color: #4AD5AB;
}
</style>