Shades of Medium Aquamarine #5AD5B7
Tints of Medium Aquamarine #5AD5B7
RGB
CMYK
RGB Variations
Color information
#5AD5B7 (or 0x5AD5B7) is known color: Medium Aquamarine. HEX triplet: 5A, D5 and B7. RGB value is (90,213,183). Sum of RGB (Red+Green+Blue) = 90+213+183=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD5B7 is #A52A48. Grayscale: #ACACAC. Windows color (decimal): -10824265 or 12047706. OLE color: 12047706.
HSL color Cylindrical-coordinate representation of color #5AD5B7: hue angle of 165.37º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD5B7 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 183 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.16 |
| HSL | 165.37º | 0.59% | 0.59% | - |
| HSV(B) | 165.37º | 0.58% | 0.84% | - |
| XYZ | 36.56 | 53.18 | 53.14 | - |
| YUV | 172.8 | 133.75 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 183 | 0.58 | 0 | 0.14 | 0.16 | 165.37 | 0.59 | 0.59 |
| Hex | 5A | D5 | B7 | 3A | 0 | E | 10 | A5 | 3B | 3B |
| Octal | 132 | 325 | 267 | 72 | 0 | 16 | 20 | 245 | 73 | 73 |
| Binary | 1011010 | 11010101 | 10110111 | 111010 | 0 | 1110 | 10000 | 10100101 | 111011 | 111011 |
Color Harmonies of #5AD5B7
Complementary color
Monochromatic Colors of #5AD5B7
Black with #5AD5B7
Text Example
Text Example
White with #5AD5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD5B7; }
p { color: rgb(90,213,183); }
H1.HeaderClassName
{
color: #5AD5B7;
}
.AnyTagClassName
{
color: #5AD5B7;
}
</style>
background-color css
<style>
a { background-color: #5AD5B7; }
a { background-color: rgb(90,213,183); }
div.DivClassName
{
background-color: #5AD5B7;
}
.BgClassName
{
background-color: #5AD5B7;
}
</style>
border-color css
<style>
span { border-color: #5AD5B7; }
span { border-color: rgb(90,213,183); }
td.TdClassName
{
border-color: #5AD5B7;
}
.TagClassName
{
border-color: #5AD5B7;
}
</style>