Shades of Medium Aquamarine #5DF9A6
Tints of Medium Aquamarine #5DF9A6
RGB
CMYK
RGB Variations
Color information
#5DF9A6 (or 0x5DF9A6) is known color: Medium Aquamarine. HEX triplet: 5D, F9 and A6. RGB value is (93,249,166). Sum of RGB (Red+Green+Blue) = 93+249+166=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF9A6 is #A20659. Grayscale: #C1C1C1. Windows color (decimal): -10618458 or 10942813. OLE color: 10942813.
HSL color Cylindrical-coordinate representation of color #5DF9A6: hue angle of 148.08º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF9A6 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 249 | 166 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.02 |
| HSL | 148.08º | 0.93% | 0.67% | - |
| HSV(B) | 148.08º | 0.63% | 0.98% | - |
| XYZ | 45.27 | 72.83 | 47.75 | - |
| YUV | 192.89 | 112.82 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 249 | 166 | 0.63 | 0 | 0.33 | 0.02 | 148.08 | 0.93 | 0.67 |
| Hex | 5D | F9 | A6 | 3F | 0 | 21 | 2 | 94 | 5D | 43 |
| Octal | 135 | 371 | 246 | 77 | 0 | 41 | 2 | 224 | 135 | 103 |
| Binary | 1011101 | 11111001 | 10100110 | 111111 | 0 | 100001 | 10 | 10010100 | 1011101 | 1000011 |
Color Harmonies of #5DF9A6
Complementary color
Monochromatic Colors of #5DF9A6
Black with #5DF9A6
Text Example
Text Example
White with #5DF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF9A6; }
p { color: rgb(93,249,166); }
H1.HeaderClassName
{
color: #5DF9A6;
}
.AnyTagClassName
{
color: #5DF9A6;
}
</style>
background-color css
<style>
a { background-color: #5DF9A6; }
a { background-color: rgb(93,249,166); }
div.DivClassName
{
background-color: #5DF9A6;
}
.BgClassName
{
background-color: #5DF9A6;
}
</style>
border-color css
<style>
span { border-color: #5DF9A6; }
span { border-color: rgb(93,249,166); }
td.TdClassName
{
border-color: #5DF9A6;
}
.TagClassName
{
border-color: #5DF9A6;
}
</style>