Shades of Medium Aquamarine #4AE5AD
Tints of Medium Aquamarine #4AE5AD
RGB
CMYK
RGB Variations
Color information
#4AE5AD (or 0x4AE5AD) is known color: Medium Aquamarine. HEX triplet: 4A, E5 and AD. RGB value is (74,229,173). Sum of RGB (Red+Green+Blue) = 74+229+173=476 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.55% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #4AE5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AE5AD is #B51A52. Grayscale: #B0B0B0. Windows color (decimal): -11868755 or 11396426. OLE color: 11396426.
HSL color Cylindrical-coordinate representation of color #4AE5AD: hue angle of 158.32º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE5AD is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 229 | 173 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.10 |
| HSL | 158.32º | 0.75% | 0.59% | - |
| HSV(B) | 158.32º | 0.68% | 0.9% | - |
| XYZ | 38.39 | 60.51 | 49.19 | - |
| YUV | 176.27 | 126.15 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 229 | 173 | 0.68 | 0 | 0.24 | 0.10 | 158.32 | 0.75 | 0.59 |
| Hex | 4A | E5 | AD | 44 | 0 | 18 | A | 9E | 4B | 3B |
| Octal | 112 | 345 | 255 | 104 | 0 | 30 | 12 | 236 | 113 | 73 |
| Binary | 1001010 | 11100101 | 10101101 | 1000100 | 0 | 11000 | 1010 | 10011110 | 1001011 | 111011 |
Color Harmonies of #4AE5AD
Complementary color
Monochromatic Colors of #4AE5AD
Black with #4AE5AD
Text Example
Text Example
White with #4AE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE5AD; }
p { color: rgb(74,229,173); }
H1.HeaderClassName
{
color: #4AE5AD;
}
.AnyTagClassName
{
color: #4AE5AD;
}
</style>
background-color css
<style>
a { background-color: #4AE5AD; }
a { background-color: rgb(74,229,173); }
div.DivClassName
{
background-color: #4AE5AD;
}
.BgClassName
{
background-color: #4AE5AD;
}
</style>
border-color css
<style>
span { border-color: #4AE5AD; }
span { border-color: rgb(74,229,173); }
td.TdClassName
{
border-color: #4AE5AD;
}
.TagClassName
{
border-color: #4AE5AD;
}
</style>