Shades of Medium Aquamarine #4AD3AA
Tints of Medium Aquamarine #4AD3AA
RGB
CMYK
RGB Variations
Color information
#4AD3AA (or 0x4AD3AA) is known color: Medium Aquamarine. HEX triplet: 4A, D3 and AA. RGB value is (74,211,170). Sum of RGB (Red+Green+Blue) = 74+211+170=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #4AD3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD3AA is #B52C55. Grayscale: #A5A5A5. Windows color (decimal): -11873366 or 11195210. OLE color: 11195210.
HSL color Cylindrical-coordinate representation of color #4AD3AA: hue angle of 162.04º degrees, saturation: 0.61, 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 #4AD3AA is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 74 | 211 | 170 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.17 |
| HSL | 162.04º | 0.61% | 0.56% | - |
| HSV(B) | 162.04º | 0.65% | 0.83% | - |
| XYZ | 33.37 | 50.95 | 46.1 | - |
| YUV | 165.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 211 | 170 | 0.65 | 0 | 0.19 | 0.17 | 162.04 | 0.61 | 0.56 |
| Hex | 4A | D3 | AA | 41 | 0 | 13 | 11 | A2 | 3D | 38 |
| Octal | 112 | 323 | 252 | 101 | 0 | 23 | 21 | 242 | 75 | 70 |
| Binary | 1001010 | 11010011 | 10101010 | 1000001 | 0 | 10011 | 10001 | 10100010 | 111101 | 111000 |
Color Harmonies of #4AD3AA
Complementary color
Monochromatic Colors of #4AD3AA
Black with #4AD3AA
Text Example
Text Example
White with #4AD3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD3AA; }
p { color: rgb(74,211,170); }
H1.HeaderClassName
{
color: #4AD3AA;
}
.AnyTagClassName
{
color: #4AD3AA;
}
</style>
background-color css
<style>
a { background-color: #4AD3AA; }
a { background-color: rgb(74,211,170); }
div.DivClassName
{
background-color: #4AD3AA;
}
.BgClassName
{
background-color: #4AD3AA;
}
</style>
border-color css
<style>
span { border-color: #4AD3AA; }
span { border-color: rgb(74,211,170); }
td.TdClassName
{
border-color: #4AD3AA;
}
.TagClassName
{
border-color: #4AD3AA;
}
</style>