Shades of Medium Aquamarine #5DF6AF
Tints of Medium Aquamarine #5DF6AF
RGB
CMYK
RGB Variations
Color information
#5DF6AF (or 0x5DF6AF) is known color: Medium Aquamarine. HEX triplet: 5D, F6 and AF. RGB value is (93,246,175). Sum of RGB (Red+Green+Blue) = 93+246+175=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF6AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF6AF is #A20950. Grayscale: #C0C0C0. Windows color (decimal): -10619217 or 11531869. OLE color: 11531869.
HSL color Cylindrical-coordinate representation of color #5DF6AF: hue angle of 152.16º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF6AF is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 246 | 175 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.04 |
| HSL | 152.16º | 0.89% | 0.66% | - |
| HSV(B) | 152.16º | 0.62% | 0.96% | - |
| XYZ | 45.21 | 71.33 | 51.94 | - |
| YUV | 192.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 246 | 175 | 0.62 | 0 | 0.29 | 0.04 | 152.16 | 0.89 | 0.66 |
| Hex | 5D | F6 | AF | 3E | 0 | 1D | 4 | 98 | 59 | 42 |
| Octal | 135 | 366 | 257 | 76 | 0 | 35 | 4 | 230 | 131 | 102 |
| Binary | 1011101 | 11110110 | 10101111 | 111110 | 0 | 11101 | 100 | 10011000 | 1011001 | 1000010 |
Color Harmonies of #5DF6AF
Complementary color
Monochromatic Colors of #5DF6AF
Black with #5DF6AF
Text Example
Text Example
White with #5DF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF6AF; }
p { color: rgb(93,246,175); }
H1.HeaderClassName
{
color: #5DF6AF;
}
.AnyTagClassName
{
color: #5DF6AF;
}
</style>
background-color css
<style>
a { background-color: #5DF6AF; }
a { background-color: rgb(93,246,175); }
div.DivClassName
{
background-color: #5DF6AF;
}
.BgClassName
{
background-color: #5DF6AF;
}
</style>
border-color css
<style>
span { border-color: #5DF6AF; }
span { border-color: rgb(93,246,175); }
td.TdClassName
{
border-color: #5DF6AF;
}
.TagClassName
{
border-color: #5DF6AF;
}
</style>