Shades of Medium Aquamarine #5DF7A8
Tints of Medium Aquamarine #5DF7A8
RGB
CMYK
RGB Variations
Color information
#5DF7A8 (or 0x5DF7A8) is known color: Medium Aquamarine. HEX triplet: 5D, F7 and A8. RGB value is (93,247,168). Sum of RGB (Red+Green+Blue) = 93+247+168=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF7A8 is #A20857. Grayscale: #C0C0C0. Windows color (decimal): -10618968 or 11073373. OLE color: 11073373.
HSL color Cylindrical-coordinate representation of color #5DF7A8: hue angle of 149.22º 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 #5DF7A8 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 168 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.03 |
| HSL | 149.22º | 0.91% | 0.67% | - |
| HSV(B) | 149.22º | 0.62% | 0.97% | - |
| XYZ | 44.84 | 71.68 | 48.52 | - |
| YUV | 191.95 | 114.48 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 168 | 0.62 | 0 | 0.32 | 0.03 | 149.22 | 0.91 | 0.67 |
| Hex | 5D | F7 | A8 | 3E | 0 | 20 | 3 | 95 | 5B | 43 |
| Octal | 135 | 367 | 250 | 76 | 0 | 40 | 3 | 225 | 133 | 103 |
| Binary | 1011101 | 11110111 | 10101000 | 111110 | 0 | 100000 | 11 | 10010101 | 1011011 | 1000011 |
Color Harmonies of #5DF7A8
Complementary color
Monochromatic Colors of #5DF7A8
Black with #5DF7A8
Text Example
Text Example
White with #5DF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF7A8; }
p { color: rgb(93,247,168); }
H1.HeaderClassName
{
color: #5DF7A8;
}
.AnyTagClassName
{
color: #5DF7A8;
}
</style>
background-color css
<style>
a { background-color: #5DF7A8; }
a { background-color: rgb(93,247,168); }
div.DivClassName
{
background-color: #5DF7A8;
}
.BgClassName
{
background-color: #5DF7A8;
}
</style>
border-color css
<style>
span { border-color: #5DF7A8; }
span { border-color: rgb(93,247,168); }
td.TdClassName
{
border-color: #5DF7A8;
}
.TagClassName
{
border-color: #5DF7A8;
}
</style>