Shades of Medium Aquamarine #5AD7B7
Tints of Medium Aquamarine #5AD7B7
RGB
CMYK
RGB Variations
Color information
#5AD7B7 (or 0x5AD7B7) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and B7. RGB value is (90,215,183). Sum of RGB (Red+Green+Blue) = 90+215+183=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD7B7 is #A52848. Grayscale: #ADADAD. Windows color (decimal): -10823753 or 12048218. OLE color: 12048218.
HSL color Cylindrical-coordinate representation of color #5AD7B7: hue angle of 164.64º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD7B7 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 183 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.16 |
| HSL | 164.64º | 0.61% | 0.6% | - |
| HSV(B) | 164.64º | 0.58% | 0.84% | - |
| XYZ | 37.06 | 54.19 | 53.31 | - |
| YUV | 173.98 | 133.09 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 183 | 0.58 | 0 | 0.15 | 0.16 | 164.64 | 0.61 | 0.6 |
| Hex | 5A | D7 | B7 | 3A | 0 | F | 10 | A5 | 3D | 3C |
| Octal | 132 | 327 | 267 | 72 | 0 | 17 | 20 | 245 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10110111 | 111010 | 0 | 1111 | 10000 | 10100101 | 111101 | 111100 |
Color Harmonies of #5AD7B7
Complementary color
Monochromatic Colors of #5AD7B7
Black with #5AD7B7
Text Example
Text Example
White with #5AD7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD7B7; }
p { color: rgb(90,215,183); }
H1.HeaderClassName
{
color: #5AD7B7;
}
.AnyTagClassName
{
color: #5AD7B7;
}
</style>
background-color css
<style>
a { background-color: #5AD7B7; }
a { background-color: rgb(90,215,183); }
div.DivClassName
{
background-color: #5AD7B7;
}
.BgClassName
{
background-color: #5AD7B7;
}
</style>
border-color css
<style>
span { border-color: #5AD7B7; }
span { border-color: rgb(90,215,183); }
td.TdClassName
{
border-color: #5AD7B7;
}
.TagClassName
{
border-color: #5AD7B7;
}
</style>