Shades of Medium Aquamarine #5ACEAC
Tints of Medium Aquamarine #5ACEAC
RGB
CMYK
RGB Variations
Color information
#5ACEAC (or 0x5ACEAC) is known color: Medium Aquamarine. HEX triplet: 5A, CE and AC. RGB value is (90,206,172). Sum of RGB (Red+Green+Blue) = 90+206+172=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEAC is #A53153. Grayscale: #A7A7A7. Windows color (decimal): -10826068 or 11325018. OLE color: 11325018.
HSL color Cylindrical-coordinate representation of color #5ACEAC: hue angle of 162.41º 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 #5ACEAC is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 172 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.19 |
| HSL | 162.41º | 0.54% | 0.58% | - |
| HSV(B) | 162.41º | 0.56% | 0.81% | - |
| XYZ | 33.73 | 49.29 | 46.77 | - |
| YUV | 167.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 172 | 0.56 | 0 | 0.17 | 0.19 | 162.41 | 0.54 | 0.58 |
| Hex | 5A | CE | AC | 38 | 0 | 11 | 13 | A2 | 36 | 3A |
| Octal | 132 | 316 | 254 | 70 | 0 | 21 | 23 | 242 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10101100 | 111000 | 0 | 10001 | 10011 | 10100010 | 110110 | 111010 |
Color Harmonies of #5ACEAC
Complementary color
Monochromatic Colors of #5ACEAC
Black with #5ACEAC
Text Example
Text Example
White with #5ACEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEAC; }
p { color: rgb(90,206,172); }
H1.HeaderClassName
{
color: #5ACEAC;
}
.AnyTagClassName
{
color: #5ACEAC;
}
</style>
background-color css
<style>
a { background-color: #5ACEAC; }
a { background-color: rgb(90,206,172); }
div.DivClassName
{
background-color: #5ACEAC;
}
.BgClassName
{
background-color: #5ACEAC;
}
</style>
border-color css
<style>
span { border-color: #5ACEAC; }
span { border-color: rgb(90,206,172); }
td.TdClassName
{
border-color: #5ACEAC;
}
.TagClassName
{
border-color: #5ACEAC;
}
</style>