Shades of Medium Aquamarine #4FCFAA
Tints of Medium Aquamarine #4FCFAA
RGB
CMYK
RGB Variations
Color information
#4FCFAA (or 0x4FCFAA) is known color: Medium Aquamarine. HEX triplet: 4F, CF and AA. RGB value is (79,207,170). Sum of RGB (Red+Green+Blue) = 79+207+170=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FCFAA is #B03055. Grayscale: #A4A4A4. Windows color (decimal): -11546710 or 11194191. OLE color: 11194191.
HSL color Cylindrical-coordinate representation of color #4FCFAA: hue angle of 162.66º 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 #4FCFAA is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 170 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.19 |
| HSL | 162.66º | 0.57% | 0.56% | - |
| HSV(B) | 162.66º | 0.62% | 0.81% | - |
| XYZ | 32.79 | 49.19 | 45.8 | - |
| YUV | 164.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 170 | 0.62 | 0 | 0.18 | 0.19 | 162.66 | 0.57 | 0.56 |
| Hex | 4F | CF | AA | 3E | 0 | 12 | 13 | A3 | 39 | 38 |
| Octal | 117 | 317 | 252 | 76 | 0 | 22 | 23 | 243 | 71 | 70 |
| Binary | 1001111 | 11001111 | 10101010 | 111110 | 0 | 10010 | 10011 | 10100011 | 111001 | 111000 |
Color Harmonies of #4FCFAA
Complementary color
Monochromatic Colors of #4FCFAA
Black with #4FCFAA
Text Example
Text Example
White with #4FCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFAA; }
p { color: rgb(79,207,170); }
H1.HeaderClassName
{
color: #4FCFAA;
}
.AnyTagClassName
{
color: #4FCFAA;
}
</style>
background-color css
<style>
a { background-color: #4FCFAA; }
a { background-color: rgb(79,207,170); }
div.DivClassName
{
background-color: #4FCFAA;
}
.BgClassName
{
background-color: #4FCFAA;
}
</style>
border-color css
<style>
span { border-color: #4FCFAA; }
span { border-color: rgb(79,207,170); }
td.TdClassName
{
border-color: #4FCFAA;
}
.TagClassName
{
border-color: #4FCFAA;
}
</style>