Shades of Medium Aquamarine #4FFCAF
Tints of Medium Aquamarine #4FFCAF
RGB
CMYK
RGB Variations
Color information
#4FFCAF (or 0x4FFCAF) is known color: Medium Aquamarine. HEX triplet: 4F, FC and AF. RGB value is (79,252,175). Sum of RGB (Red+Green+Blue) = 79+252+175=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFCAF is #B00350. Grayscale: #BFBFBF. Windows color (decimal): -11535185 or 11533391. OLE color: 11533391.
HSL color Cylindrical-coordinate representation of color #4FFCAF: hue angle of 153.29º 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 #4FFCAF is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 175 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.01 |
| HSL | 153.29º | 0.97% | 0.65% | - |
| HSV(B) | 153.29º | 0.69% | 0.99% | - |
| XYZ | 45.77 | 74.38 | 52.5 | - |
| YUV | 191.5 | 118.69 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 175 | 0.69 | 0 | 0.31 | 0.01 | 153.29 | 0.97 | 0.65 |
| Hex | 4F | FC | AF | 45 | 0 | 1F | 1 | 99 | 61 | 41 |
| Octal | 117 | 374 | 257 | 105 | 0 | 37 | 1 | 231 | 141 | 101 |
| Binary | 1001111 | 11111100 | 10101111 | 1000101 | 0 | 11111 | 1 | 10011001 | 1100001 | 1000001 |
Color Harmonies of #4FFCAF
Complementary color
Monochromatic Colors of #4FFCAF
Black with #4FFCAF
Text Example
Text Example
White with #4FFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCAF; }
p { color: rgb(79,252,175); }
H1.HeaderClassName
{
color: #4FFCAF;
}
.AnyTagClassName
{
color: #4FFCAF;
}
</style>
background-color css
<style>
a { background-color: #4FFCAF; }
a { background-color: rgb(79,252,175); }
div.DivClassName
{
background-color: #4FFCAF;
}
.BgClassName
{
background-color: #4FFCAF;
}
</style>
border-color css
<style>
span { border-color: #4FFCAF; }
span { border-color: rgb(79,252,175); }
td.TdClassName
{
border-color: #4FFCAF;
}
.TagClassName
{
border-color: #4FFCAF;
}
</style>