Shades of Medium Aquamarine #4ADBAF
Tints of Medium Aquamarine #4ADBAF
RGB
CMYK
RGB Variations
Color information
#4ADBAF (or 0x4ADBAF) is known color: Medium Aquamarine. HEX triplet: 4A, DB and AF. RGB value is (74,219,175). Sum of RGB (Red+Green+Blue) = 74+219+175=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADBAF is #B52450. Grayscale: #AAAAAA. Windows color (decimal): -11871313 or 11524938. OLE color: 11524938.
HSL color Cylindrical-coordinate representation of color #4ADBAF: hue angle of 161.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADBAF is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 175 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.14 |
| HSL | 161.79º | 0.67% | 0.57% | - |
| HSV(B) | 161.79º | 0.66% | 0.86% | - |
| XYZ | 35.89 | 55.21 | 49.32 | - |
| YUV | 170.63 | 130.46 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 175 | 0.66 | 0 | 0.20 | 0.14 | 161.79 | 0.67 | 0.57 |
| Hex | 4A | DB | AF | 42 | 0 | 14 | E | A2 | 43 | 39 |
| Octal | 112 | 333 | 257 | 102 | 0 | 24 | 16 | 242 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10101111 | 1000010 | 0 | 10100 | 1110 | 10100010 | 1000011 | 111001 |
Color Harmonies of #4ADBAF
Complementary color
Monochromatic Colors of #4ADBAF
Black with #4ADBAF
Text Example
Text Example
White with #4ADBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBAF; }
p { color: rgb(74,219,175); }
H1.HeaderClassName
{
color: #4ADBAF;
}
.AnyTagClassName
{
color: #4ADBAF;
}
</style>
background-color css
<style>
a { background-color: #4ADBAF; }
a { background-color: rgb(74,219,175); }
div.DivClassName
{
background-color: #4ADBAF;
}
.BgClassName
{
background-color: #4ADBAF;
}
</style>
border-color css
<style>
span { border-color: #4ADBAF; }
span { border-color: rgb(74,219,175); }
td.TdClassName
{
border-color: #4ADBAF;
}
.TagClassName
{
border-color: #4ADBAF;
}
</style>