Shades of Medium Aquamarine #5DCE9F
Tints of Medium Aquamarine #5DCE9F
RGB
CMYK
RGB Variations
Color information
#5DCE9F (or 0x5DCE9F) is known color: Medium Aquamarine. HEX triplet: 5D, CE and 9F. RGB value is (93,206,159). Sum of RGB (Red+Green+Blue) = 93+206+159=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCE9F is #A23160. Grayscale: #A6A6A6. Windows color (decimal): -10629473 or 10473053. OLE color: 10473053.
HSL color Cylindrical-coordinate representation of color #5DCE9F: hue angle of 155.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCE9F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 159 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.19 |
| HSL | 155.04º | 0.54% | 0.59% | - |
| HSV(B) | 155.04º | 0.55% | 0.81% | - |
| XYZ | 32.84 | 48.97 | 40.52 | - |
| YUV | 166.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 159 | 0.55 | 0 | 0.23 | 0.19 | 155.04 | 0.54 | 0.59 |
| Hex | 5D | CE | 9F | 37 | 0 | 17 | 13 | 9B | 36 | 3B |
| Octal | 135 | 316 | 237 | 67 | 0 | 27 | 23 | 233 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10011111 | 110111 | 0 | 10111 | 10011 | 10011011 | 110110 | 111011 |
Color Harmonies of #5DCE9F
Complementary color
Monochromatic Colors of #5DCE9F
Black with #5DCE9F
Text Example
Text Example
White with #5DCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCE9F; }
p { color: rgb(93,206,159); }
H1.HeaderClassName
{
color: #5DCE9F;
}
.AnyTagClassName
{
color: #5DCE9F;
}
</style>
background-color css
<style>
a { background-color: #5DCE9F; }
a { background-color: rgb(93,206,159); }
div.DivClassName
{
background-color: #5DCE9F;
}
.BgClassName
{
background-color: #5DCE9F;
}
</style>
border-color css
<style>
span { border-color: #5DCE9F; }
span { border-color: rgb(93,206,159); }
td.TdClassName
{
border-color: #5DCE9F;
}
.TagClassName
{
border-color: #5DCE9F;
}
</style>