Shades of Medium Aquamarine #5DFAAB
Tints of Medium Aquamarine #5DFAAB
RGB
CMYK
RGB Variations
Color information
#5DFAAB (or 0x5DFAAB) is known color: Medium Aquamarine. HEX triplet: 5D, FA and AB. RGB value is (93,250,171). Sum of RGB (Red+Green+Blue) = 93+250+171=514 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.09% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #5DFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFAAB is #A20554. Grayscale: #C2C2C2. Windows color (decimal): -10618197 or 11270749. OLE color: 11270749.
HSL color Cylindrical-coordinate representation of color #5DFAAB: hue angle of 149.81º degrees, saturation: 0.94, 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 #5DFAAB is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 250 | 171 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.02 |
| HSL | 149.81º | 0.94% | 0.67% | - |
| HSV(B) | 149.81º | 0.63% | 0.98% | - |
| XYZ | 46.05 | 73.64 | 50.31 | - |
| YUV | 194.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 250 | 171 | 0.63 | 0 | 0.32 | 0.02 | 149.81 | 0.94 | 0.67 |
| Hex | 5D | FA | AB | 3F | 0 | 20 | 2 | 96 | 5E | 43 |
| Octal | 135 | 372 | 253 | 77 | 0 | 40 | 2 | 226 | 136 | 103 |
| Binary | 1011101 | 11111010 | 10101011 | 111111 | 0 | 100000 | 10 | 10010110 | 1011110 | 1000011 |
Color Harmonies of #5DFAAB
Complementary color
Monochromatic Colors of #5DFAAB
Black with #5DFAAB
Text Example
Text Example
White with #5DFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFAAB; }
p { color: rgb(93,250,171); }
H1.HeaderClassName
{
color: #5DFAAB;
}
.AnyTagClassName
{
color: #5DFAAB;
}
</style>
background-color css
<style>
a { background-color: #5DFAAB; }
a { background-color: rgb(93,250,171); }
div.DivClassName
{
background-color: #5DFAAB;
}
.BgClassName
{
background-color: #5DFAAB;
}
</style>
border-color css
<style>
span { border-color: #5DFAAB; }
span { border-color: rgb(93,250,171); }
td.TdClassName
{
border-color: #5DFAAB;
}
.TagClassName
{
border-color: #5DFAAB;
}
</style>