Shades of Medium Aquamarine #5DF7B0
Tints of Medium Aquamarine #5DF7B0
RGB
CMYK
RGB Variations
Color information
#5DF7B0 (or 0x5DF7B0) is known color: Medium Aquamarine. HEX triplet: 5D, F7 and B0. RGB value is (93,247,176). Sum of RGB (Red+Green+Blue) = 93+247+176=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF7B0 is #A2084F. Grayscale: #C0C0C0. Windows color (decimal): -10618960 or 11597661. OLE color: 11597661.
HSL color Cylindrical-coordinate representation of color #5DF7B0: hue angle of 152.34º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF7B0 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 176 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.03 |
| HSL | 152.34º | 0.91% | 0.67% | - |
| HSV(B) | 152.34º | 0.62% | 0.97% | - |
| XYZ | 45.61 | 71.98 | 52.56 | - |
| YUV | 192.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 176 | 0.62 | 0 | 0.29 | 0.03 | 152.34 | 0.91 | 0.67 |
| Hex | 5D | F7 | B0 | 3E | 0 | 1D | 3 | 98 | 5B | 43 |
| Octal | 135 | 367 | 260 | 76 | 0 | 35 | 3 | 230 | 133 | 103 |
| Binary | 1011101 | 11110111 | 10110000 | 111110 | 0 | 11101 | 11 | 10011000 | 1011011 | 1000011 |
Color Harmonies of #5DF7B0
Complementary color
Monochromatic Colors of #5DF7B0
Black with #5DF7B0
Text Example
Text Example
White with #5DF7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF7B0; }
p { color: rgb(93,247,176); }
H1.HeaderClassName
{
color: #5DF7B0;
}
.AnyTagClassName
{
color: #5DF7B0;
}
</style>
background-color css
<style>
a { background-color: #5DF7B0; }
a { background-color: rgb(93,247,176); }
div.DivClassName
{
background-color: #5DF7B0;
}
.BgClassName
{
background-color: #5DF7B0;
}
</style>
border-color css
<style>
span { border-color: #5DF7B0; }
span { border-color: rgb(93,247,176); }
td.TdClassName
{
border-color: #5DF7B0;
}
.TagClassName
{
border-color: #5DF7B0;
}
</style>