Shades of Medium Aquamarine #5ACDA7
Tints of Medium Aquamarine #5ACDA7
RGB
CMYK
RGB Variations
Color information
#5ACDA7 (or 0x5ACDA7) is known color: Medium Aquamarine. HEX triplet: 5A, CD and A7. RGB value is (90,205,167). Sum of RGB (Red+Green+Blue) = 90+205+167=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACDA7 is #A53258. Grayscale: #A6A6A6. Windows color (decimal): -10826329 or 10997082. OLE color: 10997082.
HSL color Cylindrical-coordinate representation of color #5ACDA7: hue angle of 160.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACDA7 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
RGB | 90 | 205 | 167 | - |
CMYK | 0.56 | 0 | 0.19 | 0.20 |
HSL | 160.17º | 0.53% | 0.58% | - |
HSV(B) | 160.17º | 0.56% | 0.8% | - |
XYZ | 33.02 | 48.63 | 44.2 | - |
YUV | 166.28 | 128.4 | 73.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 205 | 167 | 0.56 | 0 | 0.19 | 0.20 | 160.17 | 0.53 | 0.58 |
Hex | 5A | CD | A7 | 38 | 0 | 13 | 14 | A0 | 35 | 3A |
Octal | 132 | 315 | 247 | 70 | 0 | 23 | 24 | 240 | 65 | 72 |
Binary | 1011010 | 11001101 | 10100111 | 111000 | 0 | 10011 | 10100 | 10100000 | 110101 | 111010 |
Color Harmonies of #5ACDA7
Complementary color
Monochromatic Colors of #5ACDA7
Black with #5ACDA7
Text Example
Text Example
White with #5ACDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDA7; }
p { color: rgb(90,205,167); }
H1.HeaderClassName
{
color: #5ACDA7;
}
.AnyTagClassName
{
color: #5ACDA7;
}
</style>
background-color css
<style>
a { background-color: #5ACDA7; }
a { background-color: rgb(90,205,167); }
div.DivClassName
{
background-color: #5ACDA7;
}
.BgClassName
{
background-color: #5ACDA7;
}
</style>
border-color css
<style>
span { border-color: #5ACDA7; }
span { border-color: rgb(90,205,167); }
td.TdClassName
{
border-color: #5ACDA7;
}
.TagClassName
{
border-color: #5ACDA7;
}
</style>