Shades of Medium Aquamarine #5DECAF
Tints of Medium Aquamarine #5DECAF
RGB
CMYK
RGB Variations
Color information
#5DECAF (or 0x5DECAF) is known color: Medium Aquamarine. HEX triplet: 5D, EC and AF. RGB value is (93,236,175). Sum of RGB (Red+Green+Blue) = 93+236+175=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DECAF is #A21350. Grayscale: #BABABA. Windows color (decimal): -10621777 or 11529309. OLE color: 11529309.
HSL color Cylindrical-coordinate representation of color #5DECAF: hue angle of 154.41º 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 #5DECAF is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 175 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.07 |
| HSL | 154.41º | 0.79% | 0.65% | - |
| HSV(B) | 154.41º | 0.61% | 0.93% | - |
| XYZ | 42.25 | 65.41 | 50.96 | - |
| YUV | 186.29 | 121.62 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 175 | 0.61 | 0 | 0.26 | 0.07 | 154.41 | 0.79 | 0.65 |
| Hex | 5D | EC | AF | 3D | 0 | 1A | 7 | 9A | 4F | 41 |
| Octal | 135 | 354 | 257 | 75 | 0 | 32 | 7 | 232 | 117 | 101 |
| Binary | 1011101 | 11101100 | 10101111 | 111101 | 0 | 11010 | 111 | 10011010 | 1001111 | 1000001 |
Color Harmonies of #5DECAF
Complementary color
Monochromatic Colors of #5DECAF
Black with #5DECAF
Text Example
Text Example
White with #5DECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECAF; }
p { color: rgb(93,236,175); }
H1.HeaderClassName
{
color: #5DECAF;
}
.AnyTagClassName
{
color: #5DECAF;
}
</style>
background-color css
<style>
a { background-color: #5DECAF; }
a { background-color: rgb(93,236,175); }
div.DivClassName
{
background-color: #5DECAF;
}
.BgClassName
{
background-color: #5DECAF;
}
</style>
border-color css
<style>
span { border-color: #5DECAF; }
span { border-color: rgb(93,236,175); }
td.TdClassName
{
border-color: #5DECAF;
}
.TagClassName
{
border-color: #5DECAF;
}
</style>