Shades of Medium Aquamarine #5DCEAD
Tints of Medium Aquamarine #5DCEAD
RGB
CMYK
RGB Variations
Color information
#5DCEAD (or 0x5DCEAD) is known color: Medium Aquamarine. HEX triplet: 5D, CE and AD. RGB value is (93,206,173). Sum of RGB (Red+Green+Blue) = 93+206+173=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEAD is #A23152. Grayscale: #A8A8A8. Windows color (decimal): -10629459 or 11390557. OLE color: 11390557.
HSL color Cylindrical-coordinate representation of color #5DCEAD: hue angle of 162.48º 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 #5DCEAD is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 173 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.19 |
| HSL | 162.48º | 0.54% | 0.59% | - |
| HSV(B) | 162.48º | 0.55% | 0.81% | - |
| XYZ | 34.13 | 49.49 | 47.29 | - |
| YUV | 168.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 173 | 0.55 | 0 | 0.16 | 0.19 | 162.48 | 0.54 | 0.59 |
| Hex | 5D | CE | AD | 37 | 0 | 10 | 13 | A2 | 36 | 3B |
| Octal | 135 | 316 | 255 | 67 | 0 | 20 | 23 | 242 | 66 | 73 |
| Binary | 1011101 | 11001110 | 10101101 | 110111 | 0 | 10000 | 10011 | 10100010 | 110110 | 111011 |
Color Harmonies of #5DCEAD
Complementary color
Monochromatic Colors of #5DCEAD
Black with #5DCEAD
Text Example
Text Example
White with #5DCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCEAD; }
p { color: rgb(93,206,173); }
H1.HeaderClassName
{
color: #5DCEAD;
}
.AnyTagClassName
{
color: #5DCEAD;
}
</style>
background-color css
<style>
a { background-color: #5DCEAD; }
a { background-color: rgb(93,206,173); }
div.DivClassName
{
background-color: #5DCEAD;
}
.BgClassName
{
background-color: #5DCEAD;
}
</style>
border-color css
<style>
span { border-color: #5DCEAD; }
span { border-color: rgb(93,206,173); }
td.TdClassName
{
border-color: #5DCEAD;
}
.TagClassName
{
border-color: #5DCEAD;
}
</style>