Shades of Medium Aquamarine #5ACEAD
Tints of Medium Aquamarine #5ACEAD
RGB
CMYK
RGB Variations
Color information
#5ACEAD (or 0x5ACEAD) is known color: Medium Aquamarine. HEX triplet: 5A, CE and AD. RGB value is (90,206,173). Sum of RGB (Red+Green+Blue) = 90+206+173=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEAD is #A53152. Grayscale: #A7A7A7. Windows color (decimal): -10826067 or 11390554. OLE color: 11390554.
HSL color Cylindrical-coordinate representation of color #5ACEAD: hue angle of 162.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACEAD is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 173 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.19 |
| HSL | 162.93º | 0.54% | 0.58% | - |
| HSV(B) | 162.93º | 0.56% | 0.81% | - |
| XYZ | 33.83 | 49.33 | 47.27 | - |
| YUV | 167.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 173 | 0.56 | 0 | 0.16 | 0.19 | 162.93 | 0.54 | 0.58 |
| Hex | 5A | CE | AD | 38 | 0 | 10 | 13 | A3 | 36 | 3A |
| Octal | 132 | 316 | 255 | 70 | 0 | 20 | 23 | 243 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10101101 | 111000 | 0 | 10000 | 10011 | 10100011 | 110110 | 111010 |
Color Harmonies of #5ACEAD
Complementary color
Monochromatic Colors of #5ACEAD
Black with #5ACEAD
Text Example
Text Example
White with #5ACEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEAD; }
p { color: rgb(90,206,173); }
H1.HeaderClassName
{
color: #5ACEAD;
}
.AnyTagClassName
{
color: #5ACEAD;
}
</style>
background-color css
<style>
a { background-color: #5ACEAD; }
a { background-color: rgb(90,206,173); }
div.DivClassName
{
background-color: #5ACEAD;
}
.BgClassName
{
background-color: #5ACEAD;
}
</style>
border-color css
<style>
span { border-color: #5ACEAD; }
span { border-color: rgb(90,206,173); }
td.TdClassName
{
border-color: #5ACEAD;
}
.TagClassName
{
border-color: #5ACEAD;
}
</style>