Shades of Medium Aquamarine #5FDEAF
Tints of Medium Aquamarine #5FDEAF
RGB
CMYK
RGB Variations
Color information
#5FDEAF (or 0x5FDEAF) is known color: Medium Aquamarine. HEX triplet: 5F, DE and AF. RGB value is (95,222,175). Sum of RGB (Red+Green+Blue) = 95+222+175=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDEAF is #A02150. Grayscale: #B2B2B2. Windows color (decimal): -10494289 or 11525727. OLE color: 11525727.
HSL color Cylindrical-coordinate representation of color #5FDEAF: hue angle of 157.8º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDEAF is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 175 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.13 |
| HSL | 157.8º | 0.66% | 0.62% | - |
| HSV(B) | 157.8º | 0.57% | 0.87% | - |
| XYZ | 38.58 | 57.77 | 49.67 | - |
| YUV | 178.67 | 125.92 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 175 | 0.57 | 0 | 0.21 | 0.13 | 157.8 | 0.66 | 0.62 |
| Hex | 5F | DE | AF | 39 | 0 | 15 | D | 9E | 42 | 3E |
| Octal | 137 | 336 | 257 | 71 | 0 | 25 | 15 | 236 | 102 | 76 |
| Binary | 1011111 | 11011110 | 10101111 | 111001 | 0 | 10101 | 1101 | 10011110 | 1000010 | 111110 |
Color Harmonies of #5FDEAF
Complementary color
Monochromatic Colors of #5FDEAF
Black with #5FDEAF
Text Example
Text Example
White with #5FDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEAF; }
p { color: rgb(95,222,175); }
H1.HeaderClassName
{
color: #5FDEAF;
}
.AnyTagClassName
{
color: #5FDEAF;
}
</style>
background-color css
<style>
a { background-color: #5FDEAF; }
a { background-color: rgb(95,222,175); }
div.DivClassName
{
background-color: #5FDEAF;
}
.BgClassName
{
background-color: #5FDEAF;
}
</style>
border-color css
<style>
span { border-color: #5FDEAF; }
span { border-color: rgb(95,222,175); }
td.TdClassName
{
border-color: #5FDEAF;
}
.TagClassName
{
border-color: #5FDEAF;
}
</style>