Shades of Medium Aquamarine #5FFFAA
Tints of Medium Aquamarine #5FFFAA
RGB
CMYK
RGB Variations
Color information
#5FFFAA (or 0x5FFFAA) is known color: Medium Aquamarine. HEX triplet: 5F, FF and AA. RGB value is (95,255,170). Sum of RGB (Red+Green+Blue) = 95+255+170=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFFAA is #A00055. Grayscale: #C5C5C5. Windows color (decimal): -10485846 or 11206495. OLE color: 11206495.
HSL color Cylindrical-coordinate representation of color #5FFFAA: hue angle of 148.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFAA is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 170 | - |
| CMYK | 0.63 | 0 | 0.33 | 0 |
| HSL | 148.13º | 1% | 0.69% | - |
| HSV(B) | 148.13º | 0.63% | 1% | - |
| XYZ | 47.74 | 76.86 | 50.35 | - |
| YUV | 197.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 170 | 0.63 | 0 | 0.33 | 0 | 148.13 | 1 | 0.69 |
| Hex | 5F | FF | AA | 3F | 0 | 21 | 0 | 94 | 64 | 45 |
| Octal | 137 | 377 | 252 | 77 | 0 | 41 | 0 | 224 | 144 | 105 |
| Binary | 1011111 | 11111111 | 10101010 | 111111 | 0 | 100001 | 0 | 10010100 | 1100100 | 1000101 |
Color Harmonies of #5FFFAA
Complementary color
Monochromatic Colors of #5FFFAA
Black with #5FFFAA
Text Example
Text Example
White with #5FFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFAA; }
p { color: rgb(95,255,170); }
H1.HeaderClassName
{
color: #5FFFAA;
}
.AnyTagClassName
{
color: #5FFFAA;
}
</style>
background-color css
<style>
a { background-color: #5FFFAA; }
a { background-color: rgb(95,255,170); }
div.DivClassName
{
background-color: #5FFFAA;
}
.BgClassName
{
background-color: #5FFFAA;
}
</style>
border-color css
<style>
span { border-color: #5FFFAA; }
span { border-color: rgb(95,255,170); }
td.TdClassName
{
border-color: #5FFFAA;
}
.TagClassName
{
border-color: #5FFFAA;
}
</style>