Shades of Medium Aquamarine #5FFAA9
Tints of Medium Aquamarine #5FFAA9
RGB
CMYK
RGB Variations
Color information
#5FFAA9 (or 0x5FFAA9) is known color: Medium Aquamarine. HEX triplet: 5F, FA and A9. RGB value is (95,250,169). Sum of RGB (Red+Green+Blue) = 95+250+169=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFAA9 is #A00556. Grayscale: #C2C2C2. Windows color (decimal): -10487127 or 11139679. OLE color: 11139679.
HSL color Cylindrical-coordinate representation of color #5FFAA9: hue angle of 148.65º 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 #5FFAA9 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 169 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.02 |
| HSL | 148.65º | 0.94% | 0.68% | - |
| HSV(B) | 148.65º | 0.62% | 0.98% | - |
| XYZ | 46.07 | 73.67 | 49.33 | - |
| YUV | 194.42 | 113.65 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 169 | 0.62 | 0 | 0.32 | 0.02 | 148.65 | 0.94 | 0.68 |
| Hex | 5F | FA | A9 | 3E | 0 | 20 | 2 | 95 | 5E | 44 |
| Octal | 137 | 372 | 251 | 76 | 0 | 40 | 2 | 225 | 136 | 104 |
| Binary | 1011111 | 11111010 | 10101001 | 111110 | 0 | 100000 | 10 | 10010101 | 1011110 | 1000100 |
Color Harmonies of #5FFAA9
Complementary color
Monochromatic Colors of #5FFAA9
Black with #5FFAA9
Text Example
Text Example
White with #5FFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAA9; }
p { color: rgb(95,250,169); }
H1.HeaderClassName
{
color: #5FFAA9;
}
.AnyTagClassName
{
color: #5FFAA9;
}
</style>
background-color css
<style>
a { background-color: #5FFAA9; }
a { background-color: rgb(95,250,169); }
div.DivClassName
{
background-color: #5FFAA9;
}
.BgClassName
{
background-color: #5FFAA9;
}
</style>
border-color css
<style>
span { border-color: #5FFAA9; }
span { border-color: rgb(95,250,169); }
td.TdClassName
{
border-color: #5FFAA9;
}
.TagClassName
{
border-color: #5FFAA9;
}
</style>