Shades of Medium Aquamarine #5DDEAC
Tints of Medium Aquamarine #5DDEAC
RGB
CMYK
RGB Variations
Color information
#5DDEAC (or 0x5DDEAC) is known color: Medium Aquamarine. HEX triplet: 5D, DE and AC. RGB value is (93,222,172). Sum of RGB (Red+Green+Blue) = 93+222+172=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDEAC is #A22153. Grayscale: #B1B1B1. Windows color (decimal): -10625364 or 11329117. OLE color: 11329117.
HSL color Cylindrical-coordinate representation of color #5DDEAC: hue angle of 156.74º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDEAC is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 222 | 172 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.13 |
| HSL | 156.74º | 0.66% | 0.62% | - |
| HSV(B) | 156.74º | 0.58% | 0.87% | - |
| XYZ | 38.08 | 57.55 | 48.13 | - |
| YUV | 177.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 172 | 0.58 | 0 | 0.23 | 0.13 | 156.74 | 0.66 | 0.62 |
| Hex | 5D | DE | AC | 3A | 0 | 17 | D | 9D | 42 | 3E |
| Octal | 135 | 336 | 254 | 72 | 0 | 27 | 15 | 235 | 102 | 76 |
| Binary | 1011101 | 11011110 | 10101100 | 111010 | 0 | 10111 | 1101 | 10011101 | 1000010 | 111110 |
Color Harmonies of #5DDEAC
Complementary color
Monochromatic Colors of #5DDEAC
Black with #5DDEAC
Text Example
Text Example
White with #5DDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDEAC; }
p { color: rgb(93,222,172); }
H1.HeaderClassName
{
color: #5DDEAC;
}
.AnyTagClassName
{
color: #5DDEAC;
}
</style>
background-color css
<style>
a { background-color: #5DDEAC; }
a { background-color: rgb(93,222,172); }
div.DivClassName
{
background-color: #5DDEAC;
}
.BgClassName
{
background-color: #5DDEAC;
}
</style>
border-color css
<style>
span { border-color: #5DDEAC; }
span { border-color: rgb(93,222,172); }
td.TdClassName
{
border-color: #5DDEAC;
}
.TagClassName
{
border-color: #5DDEAC;
}
</style>