Shades of Medium Aquamarine #5ACDAB
Tints of Medium Aquamarine #5ACDAB
RGB
CMYK
RGB Variations
Color information
#5ACDAB (or 0x5ACDAB) is known color: Medium Aquamarine. HEX triplet: 5A, CD and AB. RGB value is (90,205,171). Sum of RGB (Red+Green+Blue) = 90+205+171=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACDAB is #A53254. Grayscale: #A6A6A6. Windows color (decimal): -10826325 or 11259226. OLE color: 11259226.
HSL color Cylindrical-coordinate representation of color #5ACDAB: hue angle of 162.26º 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 #5ACDAB is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 171 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.20 |
| HSL | 162.26º | 0.53% | 0.58% | - |
| HSV(B) | 162.26º | 0.56% | 0.8% | - |
| XYZ | 33.4 | 48.78 | 46.18 | - |
| YUV | 166.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 171 | 0.56 | 0 | 0.17 | 0.20 | 162.26 | 0.53 | 0.58 |
| Hex | 5A | CD | AB | 38 | 0 | 11 | 14 | A2 | 35 | 3A |
| Octal | 132 | 315 | 253 | 70 | 0 | 21 | 24 | 242 | 65 | 72 |
| Binary | 1011010 | 11001101 | 10101011 | 111000 | 0 | 10001 | 10100 | 10100010 | 110101 | 111010 |
Color Harmonies of #5ACDAB
Complementary color
Monochromatic Colors of #5ACDAB
Black with #5ACDAB
Text Example
Text Example
White with #5ACDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDAB; }
p { color: rgb(90,205,171); }
H1.HeaderClassName
{
color: #5ACDAB;
}
.AnyTagClassName
{
color: #5ACDAB;
}
</style>
background-color css
<style>
a { background-color: #5ACDAB; }
a { background-color: rgb(90,205,171); }
div.DivClassName
{
background-color: #5ACDAB;
}
.BgClassName
{
background-color: #5ACDAB;
}
</style>
border-color css
<style>
span { border-color: #5ACDAB; }
span { border-color: rgb(90,205,171); }
td.TdClassName
{
border-color: #5ACDAB;
}
.TagClassName
{
border-color: #5ACDAB;
}
</style>