Shades of Medium Aquamarine #4FFCA7
Tints of Medium Aquamarine #4FFCA7
RGB
CMYK
RGB Variations
Color information
#4FFCA7 (or 0x4FFCA7) is known color: Medium Aquamarine. HEX triplet: 4F, FC and A7. RGB value is (79,252,167). Sum of RGB (Red+Green+Blue) = 79+252+167=498 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.86% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFCA7 is #B00358. Grayscale: #BEBEBE. Windows color (decimal): -11535193 or 11009103. OLE color: 11009103.
HSL color Cylindrical-coordinate representation of color #4FFCA7: hue angle of 150.52º degrees, saturation: 0.97, 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 #4FFCA7 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 167 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.01 |
| HSL | 150.52º | 0.97% | 0.65% | - |
| HSV(B) | 150.52º | 0.69% | 0.99% | - |
| XYZ | 45.01 | 74.07 | 48.48 | - |
| YUV | 190.58 | 114.69 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 167 | 0.69 | 0 | 0.34 | 0.01 | 150.52 | 0.97 | 0.65 |
| Hex | 4F | FC | A7 | 45 | 0 | 22 | 1 | 97 | 61 | 41 |
| Octal | 117 | 374 | 247 | 105 | 0 | 42 | 1 | 227 | 141 | 101 |
| Binary | 1001111 | 11111100 | 10100111 | 1000101 | 0 | 100010 | 1 | 10010111 | 1100001 | 1000001 |
Color Harmonies of #4FFCA7
Complementary color
Monochromatic Colors of #4FFCA7
Black with #4FFCA7
Text Example
Text Example
White with #4FFCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCA7; }
p { color: rgb(79,252,167); }
H1.HeaderClassName
{
color: #4FFCA7;
}
.AnyTagClassName
{
color: #4FFCA7;
}
</style>
background-color css
<style>
a { background-color: #4FFCA7; }
a { background-color: rgb(79,252,167); }
div.DivClassName
{
background-color: #4FFCA7;
}
.BgClassName
{
background-color: #4FFCA7;
}
</style>
border-color css
<style>
span { border-color: #4FFCA7; }
span { border-color: rgb(79,252,167); }
td.TdClassName
{
border-color: #4FFCA7;
}
.TagClassName
{
border-color: #4FFCA7;
}
</style>