Shades of Medium Aquamarine #5ADBB7
Tints of Medium Aquamarine #5ADBB7
RGB
CMYK
RGB Variations
Color information
#5ADBB7 (or 0x5ADBB7) is known color: Medium Aquamarine. HEX triplet: 5A, DB and B7. RGB value is (90,219,183). Sum of RGB (Red+Green+Blue) = 90+219+183=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBB7 is #A52448. Grayscale: #B0B0B0. Windows color (decimal): -10822729 or 12049242. OLE color: 12049242.
HSL color Cylindrical-coordinate representation of color #5ADBB7: hue angle of 163.26º degrees, saturation: 0.64, 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 #5ADBB7 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 183 | - |
| CMYK | 0.59 | 0 | 0.16 | 0.14 |
| HSL | 163.26º | 0.64% | 0.61% | - |
| HSV(B) | 163.26º | 0.59% | 0.86% | - |
| XYZ | 38.1 | 56.26 | 53.65 | - |
| YUV | 176.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 183 | 0.59 | 0 | 0.16 | 0.14 | 163.26 | 0.64 | 0.61 |
| Hex | 5A | DB | B7 | 3B | 0 | 10 | E | A3 | 40 | 3D |
| Octal | 132 | 333 | 267 | 73 | 0 | 20 | 16 | 243 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10110111 | 111011 | 0 | 10000 | 1110 | 10100011 | 1000000 | 111101 |
Color Harmonies of #5ADBB7
Complementary color
Monochromatic Colors of #5ADBB7
Black with #5ADBB7
Text Example
Text Example
White with #5ADBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBB7; }
p { color: rgb(90,219,183); }
H1.HeaderClassName
{
color: #5ADBB7;
}
.AnyTagClassName
{
color: #5ADBB7;
}
</style>
background-color css
<style>
a { background-color: #5ADBB7; }
a { background-color: rgb(90,219,183); }
div.DivClassName
{
background-color: #5ADBB7;
}
.BgClassName
{
background-color: #5ADBB7;
}
</style>
border-color css
<style>
span { border-color: #5ADBB7; }
span { border-color: rgb(90,219,183); }
td.TdClassName
{
border-color: #5ADBB7;
}
.TagClassName
{
border-color: #5ADBB7;
}
</style>