Shades of Medium Aquamarine #4FFCAC
Tints of Medium Aquamarine #4FFCAC
RGB
CMYK
RGB Variations
Color information
#4FFCAC (or 0x4FFCAC) is known color: Medium Aquamarine. HEX triplet: 4F, FC and AC. RGB value is (79,252,172). Sum of RGB (Red+Green+Blue) = 79+252+172=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFCAC is #B00353. Grayscale: #BFBFBF. Windows color (decimal): -11535188 or 11336783. OLE color: 11336783.
HSL color Cylindrical-coordinate representation of color #4FFCAC: hue angle of 152.25º 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 #4FFCAC is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 172 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.01 |
| HSL | 152.25º | 0.97% | 0.65% | - |
| HSV(B) | 152.25º | 0.69% | 0.99% | - |
| XYZ | 45.48 | 74.26 | 50.97 | - |
| YUV | 191.15 | 117.19 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 172 | 0.69 | 0 | 0.32 | 0.01 | 152.25 | 0.97 | 0.65 |
| Hex | 4F | FC | AC | 45 | 0 | 20 | 1 | 98 | 61 | 41 |
| Octal | 117 | 374 | 254 | 105 | 0 | 40 | 1 | 230 | 141 | 101 |
| Binary | 1001111 | 11111100 | 10101100 | 1000101 | 0 | 100000 | 1 | 10011000 | 1100001 | 1000001 |
Color Harmonies of #4FFCAC
Complementary color
Monochromatic Colors of #4FFCAC
Black with #4FFCAC
Text Example
Text Example
White with #4FFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCAC; }
p { color: rgb(79,252,172); }
H1.HeaderClassName
{
color: #4FFCAC;
}
.AnyTagClassName
{
color: #4FFCAC;
}
</style>
background-color css
<style>
a { background-color: #4FFCAC; }
a { background-color: rgb(79,252,172); }
div.DivClassName
{
background-color: #4FFCAC;
}
.BgClassName
{
background-color: #4FFCAC;
}
</style>
border-color css
<style>
span { border-color: #4FFCAC; }
span { border-color: rgb(79,252,172); }
td.TdClassName
{
border-color: #4FFCAC;
}
.TagClassName
{
border-color: #4FFCAC;
}
</style>