Shades of Medium Aquamarine #5DF9A9
Tints of Medium Aquamarine #5DF9A9
RGB
CMYK
RGB Variations
Color information
#5DF9A9 (or 0x5DF9A9) is known color: Medium Aquamarine. HEX triplet: 5D, F9 and A9. RGB value is (93,249,169). Sum of RGB (Red+Green+Blue) = 93+249+169=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF9A9 is #A20656. Grayscale: #C1C1C1. Windows color (decimal): -10618455 or 11139421. OLE color: 11139421.
HSL color Cylindrical-coordinate representation of color #5DF9A9: hue angle of 149.23º 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 #5DF9A9 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 249 | 169 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.02 |
| HSL | 149.23º | 0.93% | 0.67% | - |
| HSV(B) | 149.23º | 0.63% | 0.98% | - |
| XYZ | 45.55 | 72.94 | 49.21 | - |
| YUV | 193.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 249 | 169 | 0.63 | 0 | 0.32 | 0.02 | 149.23 | 0.93 | 0.67 |
| Hex | 5D | F9 | A9 | 3F | 0 | 20 | 2 | 95 | 5D | 43 |
| Octal | 135 | 371 | 251 | 77 | 0 | 40 | 2 | 225 | 135 | 103 |
| Binary | 1011101 | 11111001 | 10101001 | 111111 | 0 | 100000 | 10 | 10010101 | 1011101 | 1000011 |
Color Harmonies of #5DF9A9
Complementary color
Monochromatic Colors of #5DF9A9
Black with #5DF9A9
Text Example
Text Example
White with #5DF9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF9A9; }
p { color: rgb(93,249,169); }
H1.HeaderClassName
{
color: #5DF9A9;
}
.AnyTagClassName
{
color: #5DF9A9;
}
</style>
background-color css
<style>
a { background-color: #5DF9A9; }
a { background-color: rgb(93,249,169); }
div.DivClassName
{
background-color: #5DF9A9;
}
.BgClassName
{
background-color: #5DF9A9;
}
</style>
border-color css
<style>
span { border-color: #5DF9A9; }
span { border-color: rgb(93,249,169); }
td.TdClassName
{
border-color: #5DF9A9;
}
.TagClassName
{
border-color: #5DF9A9;
}
</style>