Shades of Medium Aquamarine #5ACDB6
Tints of Medium Aquamarine #5ACDB6
RGB
CMYK
RGB Variations
Color information
#5ACDB6 (or 0x5ACDB6) is known color: Medium Aquamarine. HEX triplet: 5A, CD and B6. RGB value is (90,205,182). Sum of RGB (Red+Green+Blue) = 90+205+182=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACDB6 is #A53249. Grayscale: #A7A7A7. Windows color (decimal): -10826314 or 11980122. OLE color: 11980122.
HSL color Cylindrical-coordinate representation of color #5ACDB6: hue angle of 168º 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 #5ACDB6 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 182 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.20 |
| HSL | 168º | 0.53% | 0.58% | - |
| HSV(B) | 168º | 0.56% | 0.8% | - |
| XYZ | 34.49 | 49.21 | 51.94 | - |
| YUV | 167.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 182 | 0.56 | 0 | 0.11 | 0.20 | 168 | 0.53 | 0.58 |
| Hex | 5A | CD | B6 | 38 | 0 | B | 14 | A8 | 35 | 3A |
| Octal | 132 | 315 | 266 | 70 | 0 | 13 | 24 | 250 | 65 | 72 |
| Binary | 1011010 | 11001101 | 10110110 | 111000 | 0 | 1011 | 10100 | 10101000 | 110101 | 111010 |
Color Harmonies of #5ACDB6
Complementary color
Monochromatic Colors of #5ACDB6
Black with #5ACDB6
Text Example
Text Example
White with #5ACDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACDB6; }
p { color: rgb(90,205,182); }
H1.HeaderClassName
{
color: #5ACDB6;
}
.AnyTagClassName
{
color: #5ACDB6;
}
</style>
background-color css
<style>
a { background-color: #5ACDB6; }
a { background-color: rgb(90,205,182); }
div.DivClassName
{
background-color: #5ACDB6;
}
.BgClassName
{
background-color: #5ACDB6;
}
</style>
border-color css
<style>
span { border-color: #5ACDB6; }
span { border-color: rgb(90,205,182); }
td.TdClassName
{
border-color: #5ACDB6;
}
.TagClassName
{
border-color: #5ACDB6;
}
</style>