Shades of Medium Aquamarine #5AD5AF
Tints of Medium Aquamarine #5AD5AF
RGB
CMYK
RGB Variations
Color information
#5AD5AF (or 0x5AD5AF) is known color: Medium Aquamarine. HEX triplet: 5A, D5 and AF. RGB value is (90,213,175). Sum of RGB (Red+Green+Blue) = 90+213+175=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD5AF is #A52A50. Grayscale: #ABABAB. Windows color (decimal): -10824273 or 11523418. OLE color: 11523418.
HSL color Cylindrical-coordinate representation of color #5AD5AF: hue angle of 161.46º 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 #5AD5AF is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 175 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.16 |
| HSL | 161.46º | 0.59% | 0.59% | - |
| HSV(B) | 161.46º | 0.58% | 0.84% | - |
| XYZ | 35.75 | 52.86 | 48.88 | - |
| YUV | 171.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 175 | 0.58 | 0 | 0.18 | 0.16 | 161.46 | 0.59 | 0.59 |
| Hex | 5A | D5 | AF | 3A | 0 | 12 | 10 | A1 | 3B | 3B |
| Octal | 132 | 325 | 257 | 72 | 0 | 22 | 20 | 241 | 73 | 73 |
| Binary | 1011010 | 11010101 | 10101111 | 111010 | 0 | 10010 | 10000 | 10100001 | 111011 | 111011 |
Color Harmonies of #5AD5AF
Complementary color
Monochromatic Colors of #5AD5AF
Black with #5AD5AF
Text Example
Text Example
White with #5AD5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD5AF; }
p { color: rgb(90,213,175); }
H1.HeaderClassName
{
color: #5AD5AF;
}
.AnyTagClassName
{
color: #5AD5AF;
}
</style>
background-color css
<style>
a { background-color: #5AD5AF; }
a { background-color: rgb(90,213,175); }
div.DivClassName
{
background-color: #5AD5AF;
}
.BgClassName
{
background-color: #5AD5AF;
}
</style>
border-color css
<style>
span { border-color: #5AD5AF; }
span { border-color: rgb(90,213,175); }
td.TdClassName
{
border-color: #5AD5AF;
}
.TagClassName
{
border-color: #5AD5AF;
}
</style>