Shades of Medium Aquamarine #5ADB9B
Tints of Medium Aquamarine #5ADB9B
RGB
CMYK
RGB Variations
Color information
#5ADB9B (or 0x5ADB9B) is known color: Medium Aquamarine. HEX triplet: 5A, DB and 9B. RGB value is (90,219,155). Sum of RGB (Red+Green+Blue) = 90+219+155=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADB9B is #A52464. Grayscale: #ADADAD. Windows color (decimal): -10822757 or 10214234. OLE color: 10214234.
HSL color Cylindrical-coordinate representation of color #5ADB9B: hue angle of 150.23º 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 #5ADB9B is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 155 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.14 |
| HSL | 150.23º | 0.64% | 0.61% | - |
| HSV(B) | 150.23º | 0.59% | 0.86% | - |
| XYZ | 35.46 | 55.2 | 39.8 | - |
| YUV | 173.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 155 | 0.59 | 0 | 0.29 | 0.14 | 150.23 | 0.64 | 0.61 |
| Hex | 5A | DB | 9B | 3B | 0 | 1D | E | 96 | 40 | 3D |
| Octal | 132 | 333 | 233 | 73 | 0 | 35 | 16 | 226 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10011011 | 111011 | 0 | 11101 | 1110 | 10010110 | 1000000 | 111101 |
Color Harmonies of #5ADB9B
Complementary color
Monochromatic Colors of #5ADB9B
Black with #5ADB9B
Text Example
Text Example
White with #5ADB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB9B; }
p { color: rgb(90,219,155); }
H1.HeaderClassName
{
color: #5ADB9B;
}
.AnyTagClassName
{
color: #5ADB9B;
}
</style>
background-color css
<style>
a { background-color: #5ADB9B; }
a { background-color: rgb(90,219,155); }
div.DivClassName
{
background-color: #5ADB9B;
}
.BgClassName
{
background-color: #5ADB9B;
}
</style>
border-color css
<style>
span { border-color: #5ADB9B; }
span { border-color: rgb(90,219,155); }
td.TdClassName
{
border-color: #5ADB9B;
}
.TagClassName
{
border-color: #5ADB9B;
}
</style>