Shades of Medium Aquamarine #5DF1AA
Tints of Medium Aquamarine #5DF1AA
RGB
CMYK
RGB Variations
Color information
#5DF1AA (or 0x5DF1AA) is known color: Medium Aquamarine. HEX triplet: 5D, F1 and AA. RGB value is (93,241,170). Sum of RGB (Red+Green+Blue) = 93+241+170=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF1AA is #A20E55. Grayscale: #BCBCBC. Windows color (decimal): -10620502 or 11202909. OLE color: 11202909.
HSL color Cylindrical-coordinate representation of color #5DF1AA: hue angle of 151.22º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1AA is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 170 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.05 |
| HSL | 151.22º | 0.84% | 0.65% | - |
| HSV(B) | 151.22º | 0.61% | 0.95% | - |
| XYZ | 43.23 | 68.14 | 48.9 | - |
| YUV | 188.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 170 | 0.61 | 0 | 0.29 | 0.05 | 151.22 | 0.84 | 0.65 |
| Hex | 5D | F1 | AA | 3D | 0 | 1D | 5 | 97 | 54 | 41 |
| Octal | 135 | 361 | 252 | 75 | 0 | 35 | 5 | 227 | 124 | 101 |
| Binary | 1011101 | 11110001 | 10101010 | 111101 | 0 | 11101 | 101 | 10010111 | 1010100 | 1000001 |
Color Harmonies of #5DF1AA
Complementary color
Monochromatic Colors of #5DF1AA
Black with #5DF1AA
Text Example
Text Example
White with #5DF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1AA; }
p { color: rgb(93,241,170); }
H1.HeaderClassName
{
color: #5DF1AA;
}
.AnyTagClassName
{
color: #5DF1AA;
}
</style>
background-color css
<style>
a { background-color: #5DF1AA; }
a { background-color: rgb(93,241,170); }
div.DivClassName
{
background-color: #5DF1AA;
}
.BgClassName
{
background-color: #5DF1AA;
}
</style>
border-color css
<style>
span { border-color: #5DF1AA; }
span { border-color: rgb(93,241,170); }
td.TdClassName
{
border-color: #5DF1AA;
}
.TagClassName
{
border-color: #5DF1AA;
}
</style>