Shades of Medium Aquamarine #5FCDAF
Tints of Medium Aquamarine #5FCDAF
RGB
CMYK
RGB Variations
Color information
#5FCDAF (or 0x5FCDAF) is known color: Medium Aquamarine. HEX triplet: 5F, CD and AF. RGB value is (95,205,175). Sum of RGB (Red+Green+Blue) = 95+205+175=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDAF is #A03250. Grayscale: #A8A8A8. Windows color (decimal): -10498641 or 11521375. OLE color: 11521375.
HSL color Cylindrical-coordinate representation of color #5FCDAF: hue angle of 163.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDAF is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 175 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.20 |
| HSL | 163.64º | 0.52% | 0.59% | - |
| HSV(B) | 163.64º | 0.54% | 0.8% | - |
| XYZ | 34.29 | 49.19 | 48.25 | - |
| YUV | 168.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 175 | 0.54 | 0 | 0.15 | 0.20 | 163.64 | 0.52 | 0.59 |
| Hex | 5F | CD | AF | 36 | 0 | F | 14 | A4 | 34 | 3B |
| Octal | 137 | 315 | 257 | 66 | 0 | 17 | 24 | 244 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10101111 | 110110 | 0 | 1111 | 10100 | 10100100 | 110100 | 111011 |
Color Harmonies of #5FCDAF
Complementary color
Monochromatic Colors of #5FCDAF
Black with #5FCDAF
Text Example
Text Example
White with #5FCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDAF; }
p { color: rgb(95,205,175); }
H1.HeaderClassName
{
color: #5FCDAF;
}
.AnyTagClassName
{
color: #5FCDAF;
}
</style>
background-color css
<style>
a { background-color: #5FCDAF; }
a { background-color: rgb(95,205,175); }
div.DivClassName
{
background-color: #5FCDAF;
}
.BgClassName
{
background-color: #5FCDAF;
}
</style>
border-color css
<style>
span { border-color: #5FCDAF; }
span { border-color: rgb(95,205,175); }
td.TdClassName
{
border-color: #5FCDAF;
}
.TagClassName
{
border-color: #5FCDAF;
}
</style>