Shades of Medium Aquamarine #4EFDAF
Tints of Medium Aquamarine #4EFDAF
RGB
CMYK
RGB Variations
Color information
#4EFDAF (or 0x4EFDAF) is known color: Medium Aquamarine. HEX triplet: 4E, FD and AF. RGB value is (78,253,175). Sum of RGB (Red+Green+Blue) = 78+253+175=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFDAF is #B10250. Grayscale: #BFBFBF. Windows color (decimal): -11600465 or 11533646. OLE color: 11533646.
HSL color Cylindrical-coordinate representation of color #4EFDAF: hue angle of 153.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFDAF is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 175 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.01 |
| HSL | 153.26º | 0.98% | 0.65% | - |
| HSV(B) | 153.26º | 0.69% | 0.99% | - |
| XYZ | 46.01 | 74.97 | 52.6 | - |
| YUV | 191.78 | 118.52 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 175 | 0.69 | 0 | 0.31 | 0.01 | 153.26 | 0.98 | 0.65 |
| Hex | 4E | FD | AF | 45 | 0 | 1F | 1 | 99 | 62 | 41 |
| Octal | 116 | 375 | 257 | 105 | 0 | 37 | 1 | 231 | 142 | 101 |
| Binary | 1001110 | 11111101 | 10101111 | 1000101 | 0 | 11111 | 1 | 10011001 | 1100010 | 1000001 |
Color Harmonies of #4EFDAF
Complementary color
Monochromatic Colors of #4EFDAF
Black with #4EFDAF
Text Example
Text Example
White with #4EFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDAF; }
p { color: rgb(78,253,175); }
H1.HeaderClassName
{
color: #4EFDAF;
}
.AnyTagClassName
{
color: #4EFDAF;
}
</style>
background-color css
<style>
a { background-color: #4EFDAF; }
a { background-color: rgb(78,253,175); }
div.DivClassName
{
background-color: #4EFDAF;
}
.BgClassName
{
background-color: #4EFDAF;
}
</style>
border-color css
<style>
span { border-color: #4EFDAF; }
span { border-color: rgb(78,253,175); }
td.TdClassName
{
border-color: #4EFDAF;
}
.TagClassName
{
border-color: #4EFDAF;
}
</style>