Shades of Medium Aquamarine #4EFAAA
Tints of Medium Aquamarine #4EFAAA
RGB
CMYK
RGB Variations
Color information
#4EFAAA (or 0x4EFAAA) is known color: Medium Aquamarine. HEX triplet: 4E, FA and AA. RGB value is (78,250,170). Sum of RGB (Red+Green+Blue) = 78+250+170=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFAAA is #B10555. Grayscale: #BDBDBD. Windows color (decimal): -11601238 or 11205198. OLE color: 11205198.
HSL color Cylindrical-coordinate representation of color #4EFAAA: hue angle of 152.09º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAAA is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 170 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.02 |
| HSL | 152.09º | 0.95% | 0.64% | - |
| HSV(B) | 152.09º | 0.69% | 0.98% | - |
| XYZ | 44.58 | 72.89 | 49.75 | - |
| YUV | 189.45 | 117.02 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 170 | 0.69 | 0 | 0.32 | 0.02 | 152.09 | 0.95 | 0.64 |
| Hex | 4E | FA | AA | 45 | 0 | 20 | 2 | 98 | 5F | 40 |
| Octal | 116 | 372 | 252 | 105 | 0 | 40 | 2 | 230 | 137 | 100 |
| Binary | 1001110 | 11111010 | 10101010 | 1000101 | 0 | 100000 | 10 | 10011000 | 1011111 | 1000000 |
Color Harmonies of #4EFAAA
Complementary color
Monochromatic Colors of #4EFAAA
Black with #4EFAAA
Text Example
Text Example
White with #4EFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFAAA; }
p { color: rgb(78,250,170); }
H1.HeaderClassName
{
color: #4EFAAA;
}
.AnyTagClassName
{
color: #4EFAAA;
}
</style>
background-color css
<style>
a { background-color: #4EFAAA; }
a { background-color: rgb(78,250,170); }
div.DivClassName
{
background-color: #4EFAAA;
}
.BgClassName
{
background-color: #4EFAAA;
}
</style>
border-color css
<style>
span { border-color: #4EFAAA; }
span { border-color: rgb(78,250,170); }
td.TdClassName
{
border-color: #4EFAAA;
}
.TagClassName
{
border-color: #4EFAAA;
}
</style>