Shades of Medium Aquamarine #4AEDAA
Tints of Medium Aquamarine #4AEDAA
RGB
CMYK
RGB Variations
Color information
#4AEDAA (or 0x4AEDAA) is known color: Medium Aquamarine. HEX triplet: 4A, ED and AA. RGB value is (74,237,170). Sum of RGB (Red+Green+Blue) = 74+237+170=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEDAA is #B51255. Grayscale: #B4B4B4. Windows color (decimal): -11866710 or 11201866. OLE color: 11201866.
HSL color Cylindrical-coordinate representation of color #4AEDAA: hue angle of 155.34º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEDAA is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 170 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.07 |
| HSL | 155.34º | 0.82% | 0.61% | - |
| HSV(B) | 155.34º | 0.69% | 0.93% | - |
| XYZ | 40.36 | 64.93 | 48.43 | - |
| YUV | 180.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 170 | 0.69 | 0 | 0.28 | 0.07 | 155.34 | 0.82 | 0.61 |
| Hex | 4A | ED | AA | 45 | 0 | 1C | 7 | 9B | 52 | 3D |
| Octal | 112 | 355 | 252 | 105 | 0 | 34 | 7 | 233 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10101010 | 1000101 | 0 | 11100 | 111 | 10011011 | 1010010 | 111101 |
Color Harmonies of #4AEDAA
Complementary color
Monochromatic Colors of #4AEDAA
Black with #4AEDAA
Text Example
Text Example
White with #4AEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDAA; }
p { color: rgb(74,237,170); }
H1.HeaderClassName
{
color: #4AEDAA;
}
.AnyTagClassName
{
color: #4AEDAA;
}
</style>
background-color css
<style>
a { background-color: #4AEDAA; }
a { background-color: rgb(74,237,170); }
div.DivClassName
{
background-color: #4AEDAA;
}
.BgClassName
{
background-color: #4AEDAA;
}
</style>
border-color css
<style>
span { border-color: #4AEDAA; }
span { border-color: rgb(74,237,170); }
td.TdClassName
{
border-color: #4AEDAA;
}
.TagClassName
{
border-color: #4AEDAA;
}
</style>