Shades of Medium Aquamarine #5DF7A7
Tints of Medium Aquamarine #5DF7A7
RGB
CMYK
RGB Variations
Color information
#5DF7A7 (or 0x5DF7A7) is known color: Medium Aquamarine. HEX triplet: 5D, F7 and A7. RGB value is (93,247,167). Sum of RGB (Red+Green+Blue) = 93+247+167=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF7A7 is #A20858. Grayscale: #C0C0C0. Windows color (decimal): -10618969 or 11007837. OLE color: 11007837.
HSL color Cylindrical-coordinate representation of color #5DF7A7: hue angle of 148.83º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF7A7 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 167 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.03 |
| HSL | 148.83º | 0.91% | 0.67% | - |
| HSV(B) | 148.83º | 0.62% | 0.97% | - |
| XYZ | 44.75 | 71.64 | 48.03 | - |
| YUV | 191.83 | 113.98 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 167 | 0.62 | 0 | 0.32 | 0.03 | 148.83 | 0.91 | 0.67 |
| Hex | 5D | F7 | A7 | 3E | 0 | 20 | 3 | 95 | 5B | 43 |
| Octal | 135 | 367 | 247 | 76 | 0 | 40 | 3 | 225 | 133 | 103 |
| Binary | 1011101 | 11110111 | 10100111 | 111110 | 0 | 100000 | 11 | 10010101 | 1011011 | 1000011 |
Color Harmonies of #5DF7A7
Complementary color
Monochromatic Colors of #5DF7A7
Black with #5DF7A7
Text Example
Text Example
White with #5DF7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF7A7; }
p { color: rgb(93,247,167); }
H1.HeaderClassName
{
color: #5DF7A7;
}
.AnyTagClassName
{
color: #5DF7A7;
}
</style>
background-color css
<style>
a { background-color: #5DF7A7; }
a { background-color: rgb(93,247,167); }
div.DivClassName
{
background-color: #5DF7A7;
}
.BgClassName
{
background-color: #5DF7A7;
}
</style>
border-color css
<style>
span { border-color: #5DF7A7; }
span { border-color: rgb(93,247,167); }
td.TdClassName
{
border-color: #5DF7A7;
}
.TagClassName
{
border-color: #5DF7A7;
}
</style>