Shades of Medium Aquamarine #5ACAA7
Tints of Medium Aquamarine #5ACAA7
RGB
CMYK
RGB Variations
Color information
#5ACAA7 (or 0x5ACAA7) is known color: Medium Aquamarine. HEX triplet: 5A, CA and A7. RGB value is (90,202,167). Sum of RGB (Red+Green+Blue) = 90+202+167=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACAA7 is #A53558. Grayscale: #A4A4A4. Windows color (decimal): -10827097 or 10996314. OLE color: 10996314.
HSL color Cylindrical-coordinate representation of color #5ACAA7: hue angle of 161.25º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACAA7 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 202 | 167 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.21 |
| HSL | 161.25º | 0.51% | 0.57% | - |
| HSV(B) | 161.25º | 0.55% | 0.79% | - |
| XYZ | 32.31 | 47.2 | 43.97 | - |
| YUV | 164.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 167 | 0.55 | 0 | 0.17 | 0.21 | 161.25 | 0.51 | 0.57 |
| Hex | 5A | CA | A7 | 37 | 0 | 11 | 15 | A1 | 33 | 39 |
| Octal | 132 | 312 | 247 | 67 | 0 | 21 | 25 | 241 | 63 | 71 |
| Binary | 1011010 | 11001010 | 10100111 | 110111 | 0 | 10001 | 10101 | 10100001 | 110011 | 111001 |
Color Harmonies of #5ACAA7
Complementary color
Monochromatic Colors of #5ACAA7
Black with #5ACAA7
Text Example
Text Example
White with #5ACAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACAA7; }
p { color: rgb(90,202,167); }
H1.HeaderClassName
{
color: #5ACAA7;
}
.AnyTagClassName
{
color: #5ACAA7;
}
</style>
background-color css
<style>
a { background-color: #5ACAA7; }
a { background-color: rgb(90,202,167); }
div.DivClassName
{
background-color: #5ACAA7;
}
.BgClassName
{
background-color: #5ACAA7;
}
</style>
border-color css
<style>
span { border-color: #5ACAA7; }
span { border-color: rgb(90,202,167); }
td.TdClassName
{
border-color: #5ACAA7;
}
.TagClassName
{
border-color: #5ACAA7;
}
</style>