Shades of Medium Aquamarine #4FCFA7
Tints of Medium Aquamarine #4FCFA7
RGB
CMYK
RGB Variations
Color information
#4FCFA7 (or 0x4FCFA7) is known color: Medium Aquamarine. HEX triplet: 4F, CF and A7. RGB value is (79,207,167). Sum of RGB (Red+Green+Blue) = 79+207+167=453 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.44% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCFA7 is #B03058. Grayscale: #A4A4A4. Windows color (decimal): -11546713 or 10997583. OLE color: 10997583.
HSL color Cylindrical-coordinate representation of color #4FCFA7: hue angle of 161.25º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCFA7 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 167 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.19 |
| HSL | 161.25º | 0.57% | 0.56% | - |
| HSV(B) | 161.25º | 0.62% | 0.81% | - |
| XYZ | 32.51 | 49.08 | 44.32 | - |
| YUV | 164.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 167 | 0.62 | 0 | 0.19 | 0.19 | 161.25 | 0.57 | 0.56 |
| Hex | 4F | CF | A7 | 3E | 0 | 13 | 13 | A1 | 39 | 38 |
| Octal | 117 | 317 | 247 | 76 | 0 | 23 | 23 | 241 | 71 | 70 |
| Binary | 1001111 | 11001111 | 10100111 | 111110 | 0 | 10011 | 10011 | 10100001 | 111001 | 111000 |
Color Harmonies of #4FCFA7
Complementary color
Monochromatic Colors of #4FCFA7
Black with #4FCFA7
Text Example
Text Example
White with #4FCFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFA7; }
p { color: rgb(79,207,167); }
H1.HeaderClassName
{
color: #4FCFA7;
}
.AnyTagClassName
{
color: #4FCFA7;
}
</style>
background-color css
<style>
a { background-color: #4FCFA7; }
a { background-color: rgb(79,207,167); }
div.DivClassName
{
background-color: #4FCFA7;
}
.BgClassName
{
background-color: #4FCFA7;
}
</style>
border-color css
<style>
span { border-color: #4FCFA7; }
span { border-color: rgb(79,207,167); }
td.TdClassName
{
border-color: #4FCFA7;
}
.TagClassName
{
border-color: #4FCFA7;
}
</style>