Shades of Medium Aquamarine #5ACEA3
Tints of Medium Aquamarine #5ACEA3
RGB
CMYK
RGB Variations
Color information
#5ACEA3 (or 0x5ACEA3) is known color: Medium Aquamarine. HEX triplet: 5A, CE and A3. RGB value is (90,206,163). Sum of RGB (Red+Green+Blue) = 90+206+163=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACEA3 is #A5315C. Grayscale: #A6A6A6. Windows color (decimal): -10826077 or 10735194. OLE color: 10735194.
HSL color Cylindrical-coordinate representation of color #5ACEA3: hue angle of 157.76º 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 #5ACEA3 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 163 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.19 |
| HSL | 157.76º | 0.54% | 0.58% | - |
| HSV(B) | 157.76º | 0.56% | 0.81% | - |
| XYZ | 32.9 | 48.96 | 42.37 | - |
| YUV | 166.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 163 | 0.56 | 0 | 0.21 | 0.19 | 157.76 | 0.54 | 0.58 |
| Hex | 5A | CE | A3 | 38 | 0 | 15 | 13 | 9E | 36 | 3A |
| Octal | 132 | 316 | 243 | 70 | 0 | 25 | 23 | 236 | 66 | 72 |
| Binary | 1011010 | 11001110 | 10100011 | 111000 | 0 | 10101 | 10011 | 10011110 | 110110 | 111010 |
Color Harmonies of #5ACEA3
Complementary color
Monochromatic Colors of #5ACEA3
Black with #5ACEA3
Text Example
Text Example
White with #5ACEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACEA3; }
p { color: rgb(90,206,163); }
H1.HeaderClassName
{
color: #5ACEA3;
}
.AnyTagClassName
{
color: #5ACEA3;
}
</style>
background-color css
<style>
a { background-color: #5ACEA3; }
a { background-color: rgb(90,206,163); }
div.DivClassName
{
background-color: #5ACEA3;
}
.BgClassName
{
background-color: #5ACEA3;
}
</style>
border-color css
<style>
span { border-color: #5ACEA3; }
span { border-color: rgb(90,206,163); }
td.TdClassName
{
border-color: #5ACEA3;
}
.TagClassName
{
border-color: #5ACEA3;
}
</style>