Shades of Medium Aquamarine #4FEDA5
Tints of Medium Aquamarine #4FEDA5
RGB
CMYK
RGB Variations
Color information
#4FEDA5 (or 0x4FEDA5) is known color: Medium Aquamarine. HEX triplet: 4F, ED and A5. RGB value is (79,237,165). Sum of RGB (Red+Green+Blue) = 79+237+165=481 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.42% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FEDA5 is #B0125A. Grayscale: #B5B5B5. Windows color (decimal): -11539035 or 10874191. OLE color: 10874191.
HSL color Cylindrical-coordinate representation of color #4FEDA5: hue angle of 152.66º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDA5 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 165 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.07 |
| HSL | 152.66º | 0.81% | 0.62% | - |
| HSV(B) | 152.66º | 0.67% | 0.93% | - |
| XYZ | 40.3 | 64.95 | 46.01 | - |
| YUV | 181.55 | 118.65 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 165 | 0.67 | 0 | 0.30 | 0.07 | 152.66 | 0.81 | 0.62 |
| Hex | 4F | ED | A5 | 43 | 0 | 1E | 7 | 99 | 51 | 3E |
| Octal | 117 | 355 | 245 | 103 | 0 | 36 | 7 | 231 | 121 | 76 |
| Binary | 1001111 | 11101101 | 10100101 | 1000011 | 0 | 11110 | 111 | 10011001 | 1010001 | 111110 |
Color Harmonies of #4FEDA5
Complementary color
Monochromatic Colors of #4FEDA5
Black with #4FEDA5
Text Example
Text Example
White with #4FEDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDA5; }
p { color: rgb(79,237,165); }
H1.HeaderClassName
{
color: #4FEDA5;
}
.AnyTagClassName
{
color: #4FEDA5;
}
</style>
background-color css
<style>
a { background-color: #4FEDA5; }
a { background-color: rgb(79,237,165); }
div.DivClassName
{
background-color: #4FEDA5;
}
.BgClassName
{
background-color: #4FEDA5;
}
</style>
border-color css
<style>
span { border-color: #4FEDA5; }
span { border-color: rgb(79,237,165); }
td.TdClassName
{
border-color: #4FEDA5;
}
.TagClassName
{
border-color: #4FEDA5;
}
</style>