Shades of Medium Aquamarine #5DF8B1
Tints of Medium Aquamarine #5DF8B1
RGB
CMYK
RGB Variations
Color information
#5DF8B1 (or 0x5DF8B1) is known color: Medium Aquamarine. HEX triplet: 5D, F8 and B1. RGB value is (93,248,177). Sum of RGB (Red+Green+Blue) = 93+248+177=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF8B1 is #A2074E. Grayscale: #C1C1C1. Windows color (decimal): -10618703 or 11663453. OLE color: 11663453.
HSL color Cylindrical-coordinate representation of color #5DF8B1: hue angle of 152.52º degrees, saturation: 0.92, 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 #5DF8B1 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 177 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.03 |
| HSL | 152.52º | 0.92% | 0.67% | - |
| HSV(B) | 152.52º | 0.63% | 0.97% | - |
| XYZ | 46.02 | 72.64 | 53.19 | - |
| YUV | 193.56 | 118.65 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 177 | 0.62 | 0 | 0.29 | 0.03 | 152.52 | 0.92 | 0.67 |
| Hex | 5D | F8 | B1 | 3E | 0 | 1D | 3 | 99 | 5C | 43 |
| Octal | 135 | 370 | 261 | 76 | 0 | 35 | 3 | 231 | 134 | 103 |
| Binary | 1011101 | 11111000 | 10110001 | 111110 | 0 | 11101 | 11 | 10011001 | 1011100 | 1000011 |
Color Harmonies of #5DF8B1
Complementary color
Monochromatic Colors of #5DF8B1
Black with #5DF8B1
Text Example
Text Example
White with #5DF8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF8B1; }
p { color: rgb(93,248,177); }
H1.HeaderClassName
{
color: #5DF8B1;
}
.AnyTagClassName
{
color: #5DF8B1;
}
</style>
background-color css
<style>
a { background-color: #5DF8B1; }
a { background-color: rgb(93,248,177); }
div.DivClassName
{
background-color: #5DF8B1;
}
.BgClassName
{
background-color: #5DF8B1;
}
</style>
border-color css
<style>
span { border-color: #5DF8B1; }
span { border-color: rgb(93,248,177); }
td.TdClassName
{
border-color: #5DF8B1;
}
.TagClassName
{
border-color: #5DF8B1;
}
</style>