Shades of Medium Aquamarine #5DECA8
Tints of Medium Aquamarine #5DECA8
RGB
CMYK
RGB Variations
Color information
#5DECA8 (or 0x5DECA8) is known color: Medium Aquamarine. HEX triplet: 5D, EC and A8. RGB value is (93,236,168). Sum of RGB (Red+Green+Blue) = 93+236+168=497 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.71% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DECA8 is #A21357. Grayscale: #B9B9B9. Windows color (decimal): -10621784 or 11070557. OLE color: 11070557.
HSL color Cylindrical-coordinate representation of color #5DECA8: hue angle of 151.47º 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 #5DECA8 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 168 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.07 |
| HSL | 151.47º | 0.79% | 0.65% | - |
| HSV(B) | 151.47º | 0.61% | 0.93% | - |
| XYZ | 41.58 | 65.15 | 47.43 | - |
| YUV | 185.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 168 | 0.61 | 0 | 0.29 | 0.07 | 151.47 | 0.79 | 0.65 |
| Hex | 5D | EC | A8 | 3D | 0 | 1D | 7 | 97 | 4F | 41 |
| Octal | 135 | 354 | 250 | 75 | 0 | 35 | 7 | 227 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10101000 | 111101 | 0 | 11101 | 111 | 10010111 | 1001111 | 1000001 |
Color Harmonies of #5DECA8
Complementary color
Monochromatic Colors of #5DECA8
Black with #5DECA8
Text Example
Text Example
White with #5DECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECA8; }
p { color: rgb(93,236,168); }
H1.HeaderClassName
{
color: #5DECA8;
}
.AnyTagClassName
{
color: #5DECA8;
}
</style>
background-color css
<style>
a { background-color: #5DECA8; }
a { background-color: rgb(93,236,168); }
div.DivClassName
{
background-color: #5DECA8;
}
.BgClassName
{
background-color: #5DECA8;
}
</style>
border-color css
<style>
span { border-color: #5DECA8; }
span { border-color: rgb(93,236,168); }
td.TdClassName
{
border-color: #5DECA8;
}
.TagClassName
{
border-color: #5DECA8;
}
</style>