Shades of Medium Aquamarine #4ADBAA
Tints of Medium Aquamarine #4ADBAA
RGB
CMYK
RGB Variations
Color information
#4ADBAA (or 0x4ADBAA) is known color: Medium Aquamarine. HEX triplet: 4A, DB and AA. RGB value is (74,219,170). Sum of RGB (Red+Green+Blue) = 74+219+170=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADBAA is #B52455. Grayscale: #AAAAAA. Windows color (decimal): -11871318 or 11197258. OLE color: 11197258.
HSL color Cylindrical-coordinate representation of color #4ADBAA: hue angle of 159.72º 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 #4ADBAA is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 170 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.14 |
| HSL | 159.72º | 0.67% | 0.57% | - |
| HSV(B) | 159.72º | 0.66% | 0.86% | - |
| XYZ | 35.41 | 55.02 | 46.78 | - |
| YUV | 170.06 | 127.96 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 170 | 0.66 | 0 | 0.22 | 0.14 | 159.72 | 0.67 | 0.57 |
| Hex | 4A | DB | AA | 42 | 0 | 16 | E | A0 | 43 | 39 |
| Octal | 112 | 333 | 252 | 102 | 0 | 26 | 16 | 240 | 103 | 71 |
| Binary | 1001010 | 11011011 | 10101010 | 1000010 | 0 | 10110 | 1110 | 10100000 | 1000011 | 111001 |
Color Harmonies of #4ADBAA
Complementary color
Monochromatic Colors of #4ADBAA
Black with #4ADBAA
Text Example
Text Example
White with #4ADBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADBAA; }
p { color: rgb(74,219,170); }
H1.HeaderClassName
{
color: #4ADBAA;
}
.AnyTagClassName
{
color: #4ADBAA;
}
</style>
background-color css
<style>
a { background-color: #4ADBAA; }
a { background-color: rgb(74,219,170); }
div.DivClassName
{
background-color: #4ADBAA;
}
.BgClassName
{
background-color: #4ADBAA;
}
</style>
border-color css
<style>
span { border-color: #4ADBAA; }
span { border-color: rgb(74,219,170); }
td.TdClassName
{
border-color: #4ADBAA;
}
.TagClassName
{
border-color: #4ADBAA;
}
</style>