Shades of Medium Aquamarine #5ADDB6
Tints of Medium Aquamarine #5ADDB6
RGB
CMYK
RGB Variations
Color information
#5ADDB6 (or 0x5ADDB6) is known color: Medium Aquamarine. HEX triplet: 5A, DD and B6. RGB value is (90,221,182). Sum of RGB (Red+Green+Blue) = 90+221+182=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDB6 is #A52249. Grayscale: #B1B1B1. Windows color (decimal): -10822218 or 11984218. OLE color: 11984218.
HSL color Cylindrical-coordinate representation of color #5ADDB6: hue angle of 162.14º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDB6 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 182 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.13 |
| HSL | 162.14º | 0.66% | 0.61% | - |
| HSV(B) | 162.14º | 0.59% | 0.87% | - |
| XYZ | 38.52 | 57.26 | 53.28 | - |
| YUV | 177.39 | 130.6 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 182 | 0.59 | 0 | 0.18 | 0.13 | 162.14 | 0.66 | 0.61 |
| Hex | 5A | DD | B6 | 3B | 0 | 12 | D | A2 | 42 | 3D |
| Octal | 132 | 335 | 266 | 73 | 0 | 22 | 15 | 242 | 102 | 75 |
| Binary | 1011010 | 11011101 | 10110110 | 111011 | 0 | 10010 | 1101 | 10100010 | 1000010 | 111101 |
Color Harmonies of #5ADDB6
Complementary color
Monochromatic Colors of #5ADDB6
Black with #5ADDB6
Text Example
Text Example
White with #5ADDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDB6; }
p { color: rgb(90,221,182); }
H1.HeaderClassName
{
color: #5ADDB6;
}
.AnyTagClassName
{
color: #5ADDB6;
}
</style>
background-color css
<style>
a { background-color: #5ADDB6; }
a { background-color: rgb(90,221,182); }
div.DivClassName
{
background-color: #5ADDB6;
}
.BgClassName
{
background-color: #5ADDB6;
}
</style>
border-color css
<style>
span { border-color: #5ADDB6; }
span { border-color: rgb(90,221,182); }
td.TdClassName
{
border-color: #5ADDB6;
}
.TagClassName
{
border-color: #5ADDB6;
}
</style>