Shades of Medium Aquamarine #5ADCB5
Tints of Medium Aquamarine #5ADCB5
RGB
CMYK
RGB Variations
Color information
#5ADCB5 (or 0x5ADCB5) is known color: Medium Aquamarine. HEX triplet: 5A, DC and B5. RGB value is (90,220,181). Sum of RGB (Red+Green+Blue) = 90+220+181=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCB5 is #A5234A. Grayscale: #B0B0B0. Windows color (decimal): -10822475 or 11918426. OLE color: 11918426.
HSL color Cylindrical-coordinate representation of color #5ADCB5: hue angle of 162º 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 #5ADCB5 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 181 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.14 |
| HSL | 162º | 0.65% | 0.61% | - |
| HSV(B) | 162º | 0.59% | 0.86% | - |
| XYZ | 38.15 | 56.7 | 52.65 | - |
| YUV | 176.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 181 | 0.59 | 0 | 0.18 | 0.14 | 162 | 0.65 | 0.61 |
| Hex | 5A | DC | B5 | 3B | 0 | 12 | E | A2 | 41 | 3D |
| Octal | 132 | 334 | 265 | 73 | 0 | 22 | 16 | 242 | 101 | 75 |
| Binary | 1011010 | 11011100 | 10110101 | 111011 | 0 | 10010 | 1110 | 10100010 | 1000001 | 111101 |
Color Harmonies of #5ADCB5
Complementary color
Monochromatic Colors of #5ADCB5
Black with #5ADCB5
Text Example
Text Example
White with #5ADCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCB5; }
p { color: rgb(90,220,181); }
H1.HeaderClassName
{
color: #5ADCB5;
}
.AnyTagClassName
{
color: #5ADCB5;
}
</style>
background-color css
<style>
a { background-color: #5ADCB5; }
a { background-color: rgb(90,220,181); }
div.DivClassName
{
background-color: #5ADCB5;
}
.BgClassName
{
background-color: #5ADCB5;
}
</style>
border-color css
<style>
span { border-color: #5ADCB5; }
span { border-color: rgb(90,220,181); }
td.TdClassName
{
border-color: #5ADCB5;
}
.TagClassName
{
border-color: #5ADCB5;
}
</style>