Shades of Medium Aquamarine #5ADCAC
Tints of Medium Aquamarine #5ADCAC
RGB
CMYK
RGB Variations
Color information
#5ADCAC (or 0x5ADCAC) is known color: Medium Aquamarine. HEX triplet: 5A, DC and AC. RGB value is (90,220,172). Sum of RGB (Red+Green+Blue) = 90+220+172=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADCAC is #A52353. Grayscale: #AFAFAF. Windows color (decimal): -10822484 or 11328602. OLE color: 11328602.
HSL color Cylindrical-coordinate representation of color #5ADCAC: hue angle of 157.85º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADCAC is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 172 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.14 |
| HSL | 157.85º | 0.65% | 0.61% | - |
| HSV(B) | 157.85º | 0.59% | 0.86% | - |
| XYZ | 37.26 | 56.34 | 47.94 | - |
| YUV | 175.66 | 125.93 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 172 | 0.59 | 0 | 0.22 | 0.14 | 157.85 | 0.65 | 0.61 |
| Hex | 5A | DC | AC | 3B | 0 | 16 | E | 9E | 41 | 3D |
| Octal | 132 | 334 | 254 | 73 | 0 | 26 | 16 | 236 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10101100 | 111011 | 0 | 10110 | 1110 | 10011110 | 1000001 | 111101 |
Color Harmonies of #5ADCAC
Complementary color
Monochromatic Colors of #5ADCAC
Black with #5ADCAC
Text Example
Text Example
White with #5ADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCAC; }
p { color: rgb(90,220,172); }
H1.HeaderClassName
{
color: #5ADCAC;
}
.AnyTagClassName
{
color: #5ADCAC;
}
</style>
background-color css
<style>
a { background-color: #5ADCAC; }
a { background-color: rgb(90,220,172); }
div.DivClassName
{
background-color: #5ADCAC;
}
.BgClassName
{
background-color: #5ADCAC;
}
</style>
border-color css
<style>
span { border-color: #5ADCAC; }
span { border-color: rgb(90,220,172); }
td.TdClassName
{
border-color: #5ADCAC;
}
.TagClassName
{
border-color: #5ADCAC;
}
</style>