Shades of Medium Aquamarine #5DECAB
Tints of Medium Aquamarine #5DECAB
RGB
CMYK
RGB Variations
Color information
#5DECAB (or 0x5DECAB) is known color: Medium Aquamarine. HEX triplet: 5D, EC and AB. RGB value is (93,236,171). Sum of RGB (Red+Green+Blue) = 93+236+171=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DECAB is #A21354. Grayscale: #B9B9B9. Windows color (decimal): -10621781 or 11267165. OLE color: 11267165.
HSL color Cylindrical-coordinate representation of color #5DECAB: hue angle of 152.73º 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 #5DECAB is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 171 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.07 |
| HSL | 152.73º | 0.79% | 0.65% | - |
| HSV(B) | 152.73º | 0.61% | 0.93% | - |
| XYZ | 41.86 | 65.26 | 48.92 | - |
| YUV | 185.83 | 119.62 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 171 | 0.61 | 0 | 0.28 | 0.07 | 152.73 | 0.79 | 0.65 |
| Hex | 5D | EC | AB | 3D | 0 | 1C | 7 | 99 | 4F | 41 |
| Octal | 135 | 354 | 253 | 75 | 0 | 34 | 7 | 231 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10101011 | 111101 | 0 | 11100 | 111 | 10011001 | 1001111 | 1000001 |
Color Harmonies of #5DECAB
Complementary color
Monochromatic Colors of #5DECAB
Black with #5DECAB
Text Example
Text Example
White with #5DECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECAB; }
p { color: rgb(93,236,171); }
H1.HeaderClassName
{
color: #5DECAB;
}
.AnyTagClassName
{
color: #5DECAB;
}
</style>
background-color css
<style>
a { background-color: #5DECAB; }
a { background-color: rgb(93,236,171); }
div.DivClassName
{
background-color: #5DECAB;
}
.BgClassName
{
background-color: #5DECAB;
}
</style>
border-color css
<style>
span { border-color: #5DECAB; }
span { border-color: rgb(93,236,171); }
td.TdClassName
{
border-color: #5DECAB;
}
.TagClassName
{
border-color: #5DECAB;
}
</style>