Shades of Medium Aquamarine #5FCFAA
Tints of Medium Aquamarine #5FCFAA
RGB
CMYK
RGB Variations
Color information
#5FCFAA (or 0x5FCFAA) is known color: Medium Aquamarine. HEX triplet: 5F, CF and AA. RGB value is (95,207,170). Sum of RGB (Red+Green+Blue) = 95+207+170=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCFAA is #A03055. Grayscale: #A9A9A9. Windows color (decimal): -10498134 or 11194207. OLE color: 11194207.
HSL color Cylindrical-coordinate representation of color #5FCFAA: hue angle of 160.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCFAA is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 170 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.19 |
| HSL | 160.18º | 0.54% | 0.59% | - |
| HSV(B) | 160.18º | 0.54% | 0.81% | - |
| XYZ | 34.29 | 49.96 | 45.87 | - |
| YUV | 169.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 170 | 0.54 | 0 | 0.18 | 0.19 | 160.18 | 0.54 | 0.59 |
| Hex | 5F | CF | AA | 36 | 0 | 12 | 13 | A0 | 36 | 3B |
| Octal | 137 | 317 | 252 | 66 | 0 | 22 | 23 | 240 | 66 | 73 |
| Binary | 1011111 | 11001111 | 10101010 | 110110 | 0 | 10010 | 10011 | 10100000 | 110110 | 111011 |
Color Harmonies of #5FCFAA
Complementary color
Monochromatic Colors of #5FCFAA
Black with #5FCFAA
Text Example
Text Example
White with #5FCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFAA; }
p { color: rgb(95,207,170); }
H1.HeaderClassName
{
color: #5FCFAA;
}
.AnyTagClassName
{
color: #5FCFAA;
}
</style>
background-color css
<style>
a { background-color: #5FCFAA; }
a { background-color: rgb(95,207,170); }
div.DivClassName
{
background-color: #5FCFAA;
}
.BgClassName
{
background-color: #5FCFAA;
}
</style>
border-color css
<style>
span { border-color: #5FCFAA; }
span { border-color: rgb(95,207,170); }
td.TdClassName
{
border-color: #5FCFAA;
}
.TagClassName
{
border-color: #5FCFAA;
}
</style>