Shades of Medium Aquamarine #4FECA5
Tints of Medium Aquamarine #4FECA5
RGB
CMYK
RGB Variations
Color information
#4FECA5 (or 0x4FECA5) is known color: Medium Aquamarine. HEX triplet: 4F, EC and A5. RGB value is (79,236,165). Sum of RGB (Red+Green+Blue) = 79+236+165=480 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.46% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FECA5 is #B0135A. Grayscale: #B5B5B5. Windows color (decimal): -11539291 or 10873935. OLE color: 10873935.
HSL color Cylindrical-coordinate representation of color #4FECA5: hue angle of 152.87º 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 #4FECA5 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 165 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.07 |
| HSL | 152.87º | 0.81% | 0.62% | - |
| HSV(B) | 152.87º | 0.67% | 0.93% | - |
| XYZ | 40.01 | 64.37 | 45.91 | - |
| YUV | 180.96 | 118.99 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 165 | 0.67 | 0 | 0.30 | 0.07 | 152.87 | 0.81 | 0.62 |
| Hex | 4F | EC | A5 | 43 | 0 | 1E | 7 | 99 | 51 | 3E |
| Octal | 117 | 354 | 245 | 103 | 0 | 36 | 7 | 231 | 121 | 76 |
| Binary | 1001111 | 11101100 | 10100101 | 1000011 | 0 | 11110 | 111 | 10011001 | 1010001 | 111110 |
Color Harmonies of #4FECA5
Complementary color
Monochromatic Colors of #4FECA5
Black with #4FECA5
Text Example
Text Example
White with #4FECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECA5; }
p { color: rgb(79,236,165); }
H1.HeaderClassName
{
color: #4FECA5;
}
.AnyTagClassName
{
color: #4FECA5;
}
</style>
background-color css
<style>
a { background-color: #4FECA5; }
a { background-color: rgb(79,236,165); }
div.DivClassName
{
background-color: #4FECA5;
}
.BgClassName
{
background-color: #4FECA5;
}
</style>
border-color css
<style>
span { border-color: #4FECA5; }
span { border-color: rgb(79,236,165); }
td.TdClassName
{
border-color: #4FECA5;
}
.TagClassName
{
border-color: #4FECA5;
}
</style>