Shades of Medium Aquamarine #5FCEAF
Tints of Medium Aquamarine #5FCEAF
RGB
CMYK
RGB Variations
Color information
#5FCEAF (or 0x5FCEAF) is known color: Medium Aquamarine. HEX triplet: 5F, CE and AF. RGB value is (95,206,175). Sum of RGB (Red+Green+Blue) = 95+206+175=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCEAF is #A03150. Grayscale: #A9A9A9. Windows color (decimal): -10498385 or 11521631. OLE color: 11521631.
HSL color Cylindrical-coordinate representation of color #5FCEAF: hue angle of 163.24º degrees, saturation: 0.53, 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 #5FCEAF is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 175 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.19 |
| HSL | 163.24º | 0.53% | 0.59% | - |
| HSV(B) | 163.24º | 0.54% | 0.81% | - |
| XYZ | 34.53 | 49.67 | 48.33 | - |
| YUV | 169.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 175 | 0.54 | 0 | 0.15 | 0.19 | 163.24 | 0.53 | 0.59 |
| Hex | 5F | CE | AF | 36 | 0 | F | 13 | A3 | 35 | 3B |
| Octal | 137 | 316 | 257 | 66 | 0 | 17 | 23 | 243 | 65 | 73 |
| Binary | 1011111 | 11001110 | 10101111 | 110110 | 0 | 1111 | 10011 | 10100011 | 110101 | 111011 |
Color Harmonies of #5FCEAF
Complementary color
Monochromatic Colors of #5FCEAF
Black with #5FCEAF
Text Example
Text Example
White with #5FCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEAF; }
p { color: rgb(95,206,175); }
H1.HeaderClassName
{
color: #5FCEAF;
}
.AnyTagClassName
{
color: #5FCEAF;
}
</style>
background-color css
<style>
a { background-color: #5FCEAF; }
a { background-color: rgb(95,206,175); }
div.DivClassName
{
background-color: #5FCEAF;
}
.BgClassName
{
background-color: #5FCEAF;
}
</style>
border-color css
<style>
span { border-color: #5FCEAF; }
span { border-color: rgb(95,206,175); }
td.TdClassName
{
border-color: #5FCEAF;
}
.TagClassName
{
border-color: #5FCEAF;
}
</style>