Shades of Medium Aquamarine #5FFAAA
Tints of Medium Aquamarine #5FFAAA
RGB
CMYK
RGB Variations
Color information
#5FFAAA (or 0x5FFAAA) is known color: Medium Aquamarine. HEX triplet: 5F, FA and AA. RGB value is (95,250,170). Sum of RGB (Red+Green+Blue) = 95+250+170=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAAA is #A00555. Grayscale: #C2C2C2. Windows color (decimal): -10487126 or 11205215. OLE color: 11205215.
HSL color Cylindrical-coordinate representation of color #5FFAAA: hue angle of 149.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAAA is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 170 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.02 |
| HSL | 149.03º | 0.94% | 0.68% | - |
| HSV(B) | 149.03º | 0.62% | 0.98% | - |
| XYZ | 46.16 | 73.71 | 49.82 | - |
| YUV | 194.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 170 | 0.62 | 0 | 0.32 | 0.02 | 149.03 | 0.94 | 0.68 |
| Hex | 5F | FA | AA | 3E | 0 | 20 | 2 | 95 | 5E | 44 |
| Octal | 137 | 372 | 252 | 76 | 0 | 40 | 2 | 225 | 136 | 104 |
| Binary | 1011111 | 11111010 | 10101010 | 111110 | 0 | 100000 | 10 | 10010101 | 1011110 | 1000100 |
Color Harmonies of #5FFAAA
Complementary color
Monochromatic Colors of #5FFAAA
Black with #5FFAAA
Text Example
Text Example
White with #5FFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAAA; }
p { color: rgb(95,250,170); }
H1.HeaderClassName
{
color: #5FFAAA;
}
.AnyTagClassName
{
color: #5FFAAA;
}
</style>
background-color css
<style>
a { background-color: #5FFAAA; }
a { background-color: rgb(95,250,170); }
div.DivClassName
{
background-color: #5FFAAA;
}
.BgClassName
{
background-color: #5FFAAA;
}
</style>
border-color css
<style>
span { border-color: #5FFAAA; }
span { border-color: rgb(95,250,170); }
td.TdClassName
{
border-color: #5FFAAA;
}
.TagClassName
{
border-color: #5FFAAA;
}
</style>