Shades of Medium Aquamarine #5DECA0
Tints of Medium Aquamarine #5DECA0
RGB
CMYK
RGB Variations
Color information
#5DECA0 (or 0x5DECA0) is known color: Medium Aquamarine. HEX triplet: 5D, EC and A0. RGB value is (93,236,160). Sum of RGB (Red+Green+Blue) = 93+236+160=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DECA0 is #A2135F. Grayscale: #B8B8B8. Windows color (decimal): -10621792 or 10546269. OLE color: 10546269.
HSL color Cylindrical-coordinate representation of color #5DECA0: hue angle of 148.11º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECA0 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 160 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.07 |
| HSL | 148.11º | 0.79% | 0.65% | - |
| HSV(B) | 148.11º | 0.61% | 0.93% | - |
| XYZ | 40.85 | 64.86 | 43.62 | - |
| YUV | 184.58 | 114.12 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 160 | 0.61 | 0 | 0.32 | 0.07 | 148.11 | 0.79 | 0.65 |
| Hex | 5D | EC | A0 | 3D | 0 | 20 | 7 | 94 | 4F | 41 |
| Octal | 135 | 354 | 240 | 75 | 0 | 40 | 7 | 224 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10100000 | 111101 | 0 | 100000 | 111 | 10010100 | 1001111 | 1000001 |
Color Harmonies of #5DECA0
Complementary color
Monochromatic Colors of #5DECA0
Black with #5DECA0
Text Example
Text Example
White with #5DECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECA0; }
p { color: rgb(93,236,160); }
H1.HeaderClassName
{
color: #5DECA0;
}
.AnyTagClassName
{
color: #5DECA0;
}
</style>
background-color css
<style>
a { background-color: #5DECA0; }
a { background-color: rgb(93,236,160); }
div.DivClassName
{
background-color: #5DECA0;
}
.BgClassName
{
background-color: #5DECA0;
}
</style>
border-color css
<style>
span { border-color: #5DECA0; }
span { border-color: rgb(93,236,160); }
td.TdClassName
{
border-color: #5DECA0;
}
.TagClassName
{
border-color: #5DECA0;
}
</style>