Shades of Medium Aquamarine #5ADBAF
Tints of Medium Aquamarine #5ADBAF
RGB
CMYK
RGB Variations
Color information
#5ADBAF (or 0x5ADBAF) is known color: Medium Aquamarine. HEX triplet: 5A, DB and AF. RGB value is (90,219,175). Sum of RGB (Red+Green+Blue) = 90+219+175=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADBAF is #A52450. Grayscale: #AFAFAF. Windows color (decimal): -10822737 or 11524954. OLE color: 11524954.
HSL color Cylindrical-coordinate representation of color #5ADBAF: hue angle of 159.53º 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 #5ADBAF is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 175 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.14 |
| HSL | 159.53º | 0.64% | 0.61% | - |
| HSV(B) | 159.53º | 0.59% | 0.86% | - |
| XYZ | 37.29 | 55.93 | 49.39 | - |
| YUV | 175.41 | 127.76 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 175 | 0.59 | 0 | 0.20 | 0.14 | 159.53 | 0.64 | 0.61 |
| Hex | 5A | DB | AF | 3B | 0 | 14 | E | A0 | 40 | 3D |
| Octal | 132 | 333 | 257 | 73 | 0 | 24 | 16 | 240 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10101111 | 111011 | 0 | 10100 | 1110 | 10100000 | 1000000 | 111101 |
Color Harmonies of #5ADBAF
Complementary color
Monochromatic Colors of #5ADBAF
Black with #5ADBAF
Text Example
Text Example
White with #5ADBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBAF; }
p { color: rgb(90,219,175); }
H1.HeaderClassName
{
color: #5ADBAF;
}
.AnyTagClassName
{
color: #5ADBAF;
}
</style>
background-color css
<style>
a { background-color: #5ADBAF; }
a { background-color: rgb(90,219,175); }
div.DivClassName
{
background-color: #5ADBAF;
}
.BgClassName
{
background-color: #5ADBAF;
}
</style>
border-color css
<style>
span { border-color: #5ADBAF; }
span { border-color: rgb(90,219,175); }
td.TdClassName
{
border-color: #5ADBAF;
}
.TagClassName
{
border-color: #5ADBAF;
}
</style>