Shades of Medium Aquamarine #5ADEB1
Tints of Medium Aquamarine #5ADEB1
RGB
CMYK
RGB Variations
Color information
#5ADEB1 (or 0x5ADEB1) is known color: Medium Aquamarine. HEX triplet: 5A, DE and B1. RGB value is (90,222,177). Sum of RGB (Red+Green+Blue) = 90+222+177=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADEB1 is #A5214E. Grayscale: #B1B1B1. Windows color (decimal): -10821967 or 11656794. OLE color: 11656794.
HSL color Cylindrical-coordinate representation of color #5ADEB1: hue angle of 159.55º degrees, saturation: 0.67, 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 #5ADEB1 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 177 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.13 |
| HSL | 159.55º | 0.67% | 0.61% | - |
| HSV(B) | 159.55º | 0.59% | 0.87% | - |
| XYZ | 38.27 | 57.59 | 50.69 | - |
| YUV | 177.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 177 | 0.59 | 0 | 0.20 | 0.13 | 159.55 | 0.67 | 0.61 |
| Hex | 5A | DE | B1 | 3B | 0 | 14 | D | A0 | 43 | 3D |
| Octal | 132 | 336 | 261 | 73 | 0 | 24 | 15 | 240 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10110001 | 111011 | 0 | 10100 | 1101 | 10100000 | 1000011 | 111101 |
Color Harmonies of #5ADEB1
Complementary color
Monochromatic Colors of #5ADEB1
Black with #5ADEB1
Text Example
Text Example
White with #5ADEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADEB1; }
p { color: rgb(90,222,177); }
H1.HeaderClassName
{
color: #5ADEB1;
}
.AnyTagClassName
{
color: #5ADEB1;
}
</style>
background-color css
<style>
a { background-color: #5ADEB1; }
a { background-color: rgb(90,222,177); }
div.DivClassName
{
background-color: #5ADEB1;
}
.BgClassName
{
background-color: #5ADEB1;
}
</style>
border-color css
<style>
span { border-color: #5ADEB1; }
span { border-color: rgb(90,222,177); }
td.TdClassName
{
border-color: #5ADEB1;
}
.TagClassName
{
border-color: #5ADEB1;
}
</style>