Shades of Medium Aquamarine #5DF4B7
Tints of Medium Aquamarine #5DF4B7
RGB
CMYK
RGB Variations
Color information
#5DF4B7 (or 0x5DF4B7) is known color: Medium Aquamarine. HEX triplet: 5D, F4 and B7. RGB value is (93,244,183). Sum of RGB (Red+Green+Blue) = 93+244+183=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF4B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF4B7 is #A20B48. Grayscale: #BFBFBF. Windows color (decimal): -10619721 or 12055645. OLE color: 12055645.
HSL color Cylindrical-coordinate representation of color #5DF4B7: hue angle of 155.76º degrees, saturation: 0.87, 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 #5DF4B7 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 244 | 183 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.04 |
| HSL | 155.76º | 0.87% | 0.66% | - |
| HSV(B) | 155.76º | 0.62% | 0.96% | - |
| XYZ | 45.41 | 70.45 | 56 | - |
| YUV | 191.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 244 | 183 | 0.62 | 0 | 0.25 | 0.04 | 155.76 | 0.87 | 0.66 |
| Hex | 5D | F4 | B7 | 3E | 0 | 19 | 4 | 9C | 57 | 42 |
| Octal | 135 | 364 | 267 | 76 | 0 | 31 | 4 | 234 | 127 | 102 |
| Binary | 1011101 | 11110100 | 10110111 | 111110 | 0 | 11001 | 100 | 10011100 | 1010111 | 1000010 |
Color Harmonies of #5DF4B7
Complementary color
Monochromatic Colors of #5DF4B7
Black with #5DF4B7
Text Example
Text Example
White with #5DF4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF4B7; }
p { color: rgb(93,244,183); }
H1.HeaderClassName
{
color: #5DF4B7;
}
.AnyTagClassName
{
color: #5DF4B7;
}
</style>
background-color css
<style>
a { background-color: #5DF4B7; }
a { background-color: rgb(93,244,183); }
div.DivClassName
{
background-color: #5DF4B7;
}
.BgClassName
{
background-color: #5DF4B7;
}
</style>
border-color css
<style>
span { border-color: #5DF4B7; }
span { border-color: rgb(93,244,183); }
td.TdClassName
{
border-color: #5DF4B7;
}
.TagClassName
{
border-color: #5DF4B7;
}
</style>