Shades of Medium Aquamarine #5DECAC
Tints of Medium Aquamarine #5DECAC
RGB
CMYK
RGB Variations
Color information
#5DECAC (or 0x5DECAC) is known color: Medium Aquamarine. HEX triplet: 5D, EC and AC. RGB value is (93,236,172). Sum of RGB (Red+Green+Blue) = 93+236+172=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DECAC is #A21353. Grayscale: #BABABA. Windows color (decimal): -10621780 or 11332701. OLE color: 11332701.
HSL color Cylindrical-coordinate representation of color #5DECAC: hue angle of 153.15º 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 #5DECAC is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 172 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.07 |
| HSL | 153.15º | 0.79% | 0.65% | - |
| HSV(B) | 153.15º | 0.61% | 0.93% | - |
| XYZ | 41.96 | 65.3 | 49.42 | - |
| YUV | 185.95 | 120.12 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 172 | 0.61 | 0 | 0.27 | 0.07 | 153.15 | 0.79 | 0.65 |
| Hex | 5D | EC | AC | 3D | 0 | 1B | 7 | 99 | 4F | 41 |
| Octal | 135 | 354 | 254 | 75 | 0 | 33 | 7 | 231 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10101100 | 111101 | 0 | 11011 | 111 | 10011001 | 1001111 | 1000001 |
Color Harmonies of #5DECAC
Complementary color
Monochromatic Colors of #5DECAC
Black with #5DECAC
Text Example
Text Example
White with #5DECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECAC; }
p { color: rgb(93,236,172); }
H1.HeaderClassName
{
color: #5DECAC;
}
.AnyTagClassName
{
color: #5DECAC;
}
</style>
background-color css
<style>
a { background-color: #5DECAC; }
a { background-color: rgb(93,236,172); }
div.DivClassName
{
background-color: #5DECAC;
}
.BgClassName
{
background-color: #5DECAC;
}
</style>
border-color css
<style>
span { border-color: #5DECAC; }
span { border-color: rgb(93,236,172); }
td.TdClassName
{
border-color: #5DECAC;
}
.TagClassName
{
border-color: #5DECAC;
}
</style>