Shades of Medium Aquamarine #4FFAAA
Tints of Medium Aquamarine #4FFAAA
RGB
CMYK
RGB Variations
Color information
#4FFAAA (or 0x4FFAAA) is known color: Medium Aquamarine. HEX triplet: 4F, FA and AA. RGB value is (79,250,170). Sum of RGB (Red+Green+Blue) = 79+250+170=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FFAAA is #B00555. Grayscale: #BDBDBD. Windows color (decimal): -11535702 or 11205199. OLE color: 11205199.
HSL color Cylindrical-coordinate representation of color #4FFAAA: hue angle of 151.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAAA is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 170 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.02 |
| HSL | 151.93º | 0.94% | 0.65% | - |
| HSV(B) | 151.93º | 0.68% | 0.98% | - |
| XYZ | 44.67 | 72.94 | 49.75 | - |
| YUV | 189.75 | 116.85 | 49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 170 | 0.68 | 0 | 0.32 | 0.02 | 151.93 | 0.94 | 0.65 |
| Hex | 4F | FA | AA | 44 | 0 | 20 | 2 | 98 | 5E | 41 |
| Octal | 117 | 372 | 252 | 104 | 0 | 40 | 2 | 230 | 136 | 101 |
| Binary | 1001111 | 11111010 | 10101010 | 1000100 | 0 | 100000 | 10 | 10011000 | 1011110 | 1000001 |
Color Harmonies of #4FFAAA
Complementary color
Monochromatic Colors of #4FFAAA
Black with #4FFAAA
Text Example
Text Example
White with #4FFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAAA; }
p { color: rgb(79,250,170); }
H1.HeaderClassName
{
color: #4FFAAA;
}
.AnyTagClassName
{
color: #4FFAAA;
}
</style>
background-color css
<style>
a { background-color: #4FFAAA; }
a { background-color: rgb(79,250,170); }
div.DivClassName
{
background-color: #4FFAAA;
}
.BgClassName
{
background-color: #4FFAAA;
}
</style>
border-color css
<style>
span { border-color: #4FFAAA; }
span { border-color: rgb(79,250,170); }
td.TdClassName
{
border-color: #4FFAAA;
}
.TagClassName
{
border-color: #4FFAAA;
}
</style>