Shades of Medium Aquamarine #5DF6A8
Tints of Medium Aquamarine #5DF6A8
RGB
CMYK
RGB Variations
Color information
#5DF6A8 (or 0x5DF6A8) is known color: Medium Aquamarine. HEX triplet: 5D, F6 and A8. RGB value is (93,246,168). Sum of RGB (Red+Green+Blue) = 93+246+168=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF6A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF6A8 is #A20957. Grayscale: #BFBFBF. Windows color (decimal): -10619224 or 11073117. OLE color: 11073117.
HSL color Cylindrical-coordinate representation of color #5DF6A8: hue angle of 149.41º 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 #5DF6A8 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 246 | 168 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.04 |
| HSL | 149.41º | 0.89% | 0.66% | - |
| HSV(B) | 149.41º | 0.62% | 0.96% | - |
| XYZ | 44.54 | 71.07 | 48.42 | - |
| YUV | 191.36 | 114.81 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 246 | 168 | 0.62 | 0 | 0.32 | 0.04 | 149.41 | 0.89 | 0.66 |
| Hex | 5D | F6 | A8 | 3E | 0 | 20 | 4 | 95 | 59 | 42 |
| Octal | 135 | 366 | 250 | 76 | 0 | 40 | 4 | 225 | 131 | 102 |
| Binary | 1011101 | 11110110 | 10101000 | 111110 | 0 | 100000 | 100 | 10010101 | 1011001 | 1000010 |
Color Harmonies of #5DF6A8
Complementary color
Monochromatic Colors of #5DF6A8
Black with #5DF6A8
Text Example
Text Example
White with #5DF6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF6A8; }
p { color: rgb(93,246,168); }
H1.HeaderClassName
{
color: #5DF6A8;
}
.AnyTagClassName
{
color: #5DF6A8;
}
</style>
background-color css
<style>
a { background-color: #5DF6A8; }
a { background-color: rgb(93,246,168); }
div.DivClassName
{
background-color: #5DF6A8;
}
.BgClassName
{
background-color: #5DF6A8;
}
</style>
border-color css
<style>
span { border-color: #5DF6A8; }
span { border-color: rgb(93,246,168); }
td.TdClassName
{
border-color: #5DF6A8;
}
.TagClassName
{
border-color: #5DF6A8;
}
</style>