Shades of Medium Aquamarine #5AD1B0
Tints of Medium Aquamarine #5AD1B0
RGB
CMYK
RGB Variations
Color information
#5AD1B0 (or 0x5AD1B0) is known color: Medium Aquamarine. HEX triplet: 5A, D1 and B0. RGB value is (90,209,176). Sum of RGB (Red+Green+Blue) = 90+209+176=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD1B0 is #A52E4F. Grayscale: #A9A9A9. Windows color (decimal): -10825296 or 11587930. OLE color: 11587930.
HSL color Cylindrical-coordinate representation of color #5AD1B0: hue angle of 163.36º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD1B0 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 209 | 176 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.18 |
| HSL | 163.36º | 0.56% | 0.59% | - |
| HSV(B) | 163.36º | 0.57% | 0.82% | - |
| XYZ | 34.85 | 50.91 | 49.06 | - |
| YUV | 169.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 176 | 0.57 | 0 | 0.16 | 0.18 | 163.36 | 0.56 | 0.59 |
| Hex | 5A | D1 | B0 | 39 | 0 | 10 | 12 | A3 | 38 | 3B |
| Octal | 132 | 321 | 260 | 71 | 0 | 20 | 22 | 243 | 70 | 73 |
| Binary | 1011010 | 11010001 | 10110000 | 111001 | 0 | 10000 | 10010 | 10100011 | 111000 | 111011 |
Color Harmonies of #5AD1B0
Complementary color
Monochromatic Colors of #5AD1B0
Black with #5AD1B0
Text Example
Text Example
White with #5AD1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD1B0; }
p { color: rgb(90,209,176); }
H1.HeaderClassName
{
color: #5AD1B0;
}
.AnyTagClassName
{
color: #5AD1B0;
}
</style>
background-color css
<style>
a { background-color: #5AD1B0; }
a { background-color: rgb(90,209,176); }
div.DivClassName
{
background-color: #5AD1B0;
}
.BgClassName
{
background-color: #5AD1B0;
}
</style>
border-color css
<style>
span { border-color: #5AD1B0; }
span { border-color: rgb(90,209,176); }
td.TdClassName
{
border-color: #5AD1B0;
}
.TagClassName
{
border-color: #5AD1B0;
}
</style>