Shades of Medium Aquamarine #4FFCAA
Tints of Medium Aquamarine #4FFCAA
RGB
CMYK
RGB Variations
Color information
#4FFCAA (or 0x4FFCAA) is known color: Medium Aquamarine. HEX triplet: 4F, FC and AA. RGB value is (79,252,170). Sum of RGB (Red+Green+Blue) = 79+252+170=501 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.77% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFCAA is #B00355. Grayscale: #BFBFBF. Windows color (decimal): -11535190 or 11205711. OLE color: 11205711.
HSL color Cylindrical-coordinate representation of color #4FFCAA: hue angle of 151.56º 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 #4FFCAA is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 252 | 170 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.01 |
| HSL | 151.56º | 0.97% | 0.65% | - |
| HSV(B) | 151.56º | 0.69% | 0.99% | - |
| XYZ | 45.29 | 74.19 | 49.96 | - |
| YUV | 190.93 | 116.19 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 252 | 170 | 0.69 | 0 | 0.33 | 0.01 | 151.56 | 0.97 | 0.65 |
| Hex | 4F | FC | AA | 45 | 0 | 21 | 1 | 98 | 61 | 41 |
| Octal | 117 | 374 | 252 | 105 | 0 | 41 | 1 | 230 | 141 | 101 |
| Binary | 1001111 | 11111100 | 10101010 | 1000101 | 0 | 100001 | 1 | 10011000 | 1100001 | 1000001 |
Color Harmonies of #4FFCAA
Complementary color
Monochromatic Colors of #4FFCAA
Black with #4FFCAA
Text Example
Text Example
White with #4FFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFCAA; }
p { color: rgb(79,252,170); }
H1.HeaderClassName
{
color: #4FFCAA;
}
.AnyTagClassName
{
color: #4FFCAA;
}
</style>
background-color css
<style>
a { background-color: #4FFCAA; }
a { background-color: rgb(79,252,170); }
div.DivClassName
{
background-color: #4FFCAA;
}
.BgClassName
{
background-color: #4FFCAA;
}
</style>
border-color css
<style>
span { border-color: #4FFCAA; }
span { border-color: rgb(79,252,170); }
td.TdClassName
{
border-color: #4FFCAA;
}
.TagClassName
{
border-color: #4FFCAA;
}
</style>