Shades of Medium Aquamarine #4AEDA8
Tints of Medium Aquamarine #4AEDA8
RGB
CMYK
RGB Variations
Color information
#4AEDA8 (or 0x4AEDA8) is known color: Medium Aquamarine. HEX triplet: 4A, ED and A8. RGB value is (74,237,168). Sum of RGB (Red+Green+Blue) = 74+237+168=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AEDA8 is #B51257. Grayscale: #B4B4B4. Windows color (decimal): -11866712 or 11070794. OLE color: 11070794.
HSL color Cylindrical-coordinate representation of color #4AEDA8: hue angle of 154.6º 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 #4AEDA8 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 168 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.07 |
| HSL | 154.6º | 0.82% | 0.61% | - |
| HSV(B) | 154.6º | 0.69% | 0.93% | - |
| XYZ | 40.18 | 64.85 | 47.45 | - |
| YUV | 180.4 | 121 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 168 | 0.69 | 0 | 0.29 | 0.07 | 154.6 | 0.82 | 0.61 |
| Hex | 4A | ED | A8 | 45 | 0 | 1D | 7 | 9B | 52 | 3D |
| Octal | 112 | 355 | 250 | 105 | 0 | 35 | 7 | 233 | 122 | 75 |
| Binary | 1001010 | 11101101 | 10101000 | 1000101 | 0 | 11101 | 111 | 10011011 | 1010010 | 111101 |
Color Harmonies of #4AEDA8
Complementary color
Monochromatic Colors of #4AEDA8
Black with #4AEDA8
Text Example
Text Example
White with #4AEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEDA8; }
p { color: rgb(74,237,168); }
H1.HeaderClassName
{
color: #4AEDA8;
}
.AnyTagClassName
{
color: #4AEDA8;
}
</style>
background-color css
<style>
a { background-color: #4AEDA8; }
a { background-color: rgb(74,237,168); }
div.DivClassName
{
background-color: #4AEDA8;
}
.BgClassName
{
background-color: #4AEDA8;
}
</style>
border-color css
<style>
span { border-color: #4AEDA8; }
span { border-color: rgb(74,237,168); }
td.TdClassName
{
border-color: #4AEDA8;
}
.TagClassName
{
border-color: #4AEDA8;
}
</style>