Shades of Medium Aquamarine #5AD1B5
Tints of Medium Aquamarine #5AD1B5
RGB
CMYK
RGB Variations
Color information
#5AD1B5 (or 0x5AD1B5) is known color: Medium Aquamarine. HEX triplet: 5A, D1 and B5. RGB value is (90,209,181). Sum of RGB (Red+Green+Blue) = 90+209+181=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD1B5 is #A52E4A. Grayscale: #AAAAAA. Windows color (decimal): -10825291 or 11915610. OLE color: 11915610.
HSL color Cylindrical-coordinate representation of color #5AD1B5: hue angle of 165.88º 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 #5AD1B5 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 209 | 181 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.18 |
| HSL | 165.88º | 0.56% | 0.59% | - |
| HSV(B) | 165.88º | 0.57% | 0.82% | - |
| XYZ | 35.36 | 51.11 | 51.72 | - |
| YUV | 170.23 | 134.08 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 181 | 0.57 | 0 | 0.13 | 0.18 | 165.88 | 0.56 | 0.59 |
| Hex | 5A | D1 | B5 | 39 | 0 | D | 12 | A6 | 38 | 3B |
| Octal | 132 | 321 | 265 | 71 | 0 | 15 | 22 | 246 | 70 | 73 |
| Binary | 1011010 | 11010001 | 10110101 | 111001 | 0 | 1101 | 10010 | 10100110 | 111000 | 111011 |
Color Harmonies of #5AD1B5
Complementary color
Monochromatic Colors of #5AD1B5
Black with #5AD1B5
Text Example
Text Example
White with #5AD1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD1B5; }
p { color: rgb(90,209,181); }
H1.HeaderClassName
{
color: #5AD1B5;
}
.AnyTagClassName
{
color: #5AD1B5;
}
</style>
background-color css
<style>
a { background-color: #5AD1B5; }
a { background-color: rgb(90,209,181); }
div.DivClassName
{
background-color: #5AD1B5;
}
.BgClassName
{
background-color: #5AD1B5;
}
</style>
border-color css
<style>
span { border-color: #5AD1B5; }
span { border-color: rgb(90,209,181); }
td.TdClassName
{
border-color: #5AD1B5;
}
.TagClassName
{
border-color: #5AD1B5;
}
</style>