Shades of Medium Aquamarine #5FFDAF
Tints of Medium Aquamarine #5FFDAF
RGB
CMYK
RGB Variations
Color information
#5FFDAF (or 0x5FFDAF) is known color: Medium Aquamarine. HEX triplet: 5F, FD and AF. RGB value is (95,253,175). Sum of RGB (Red+Green+Blue) = 95+253+175=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFDAF is #A00250. Grayscale: #C5C5C5. Windows color (decimal): -10486353 or 11533663. OLE color: 11533663.
HSL color Cylindrical-coordinate representation of color #5FFDAF: hue angle of 150.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFDAF is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 175 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.01 |
| HSL | 150.38º | 0.98% | 0.68% | - |
| HSV(B) | 150.38º | 0.62% | 0.99% | - |
| XYZ | 47.58 | 75.78 | 52.68 | - |
| YUV | 196.87 | 115.65 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 175 | 0.62 | 0 | 0.31 | 0.01 | 150.38 | 0.98 | 0.68 |
| Hex | 5F | FD | AF | 3E | 0 | 1F | 1 | 96 | 62 | 44 |
| Octal | 137 | 375 | 257 | 76 | 0 | 37 | 1 | 226 | 142 | 104 |
| Binary | 1011111 | 11111101 | 10101111 | 111110 | 0 | 11111 | 1 | 10010110 | 1100010 | 1000100 |
Color Harmonies of #5FFDAF
Complementary color
Monochromatic Colors of #5FFDAF
Black with #5FFDAF
Text Example
Text Example
White with #5FFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDAF; }
p { color: rgb(95,253,175); }
H1.HeaderClassName
{
color: #5FFDAF;
}
.AnyTagClassName
{
color: #5FFDAF;
}
</style>
background-color css
<style>
a { background-color: #5FFDAF; }
a { background-color: rgb(95,253,175); }
div.DivClassName
{
background-color: #5FFDAF;
}
.BgClassName
{
background-color: #5FFDAF;
}
</style>
border-color css
<style>
span { border-color: #5FFDAF; }
span { border-color: rgb(95,253,175); }
td.TdClassName
{
border-color: #5FFDAF;
}
.TagClassName
{
border-color: #5FFDAF;
}
</style>