Shades of Medium Aquamarine #5AD7B8
Tints of Medium Aquamarine #5AD7B8
RGB
CMYK
RGB Variations
Color information
#5AD7B8 (or 0x5AD7B8) is known color: Medium Aquamarine. HEX triplet: 5A, D7 and B8. RGB value is (90,215,184). Sum of RGB (Red+Green+Blue) = 90+215+184=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #5AD7B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AD7B8 is #A52847. Grayscale: #AEAEAE. Windows color (decimal): -10823752 or 12113754. OLE color: 12113754.
HSL color Cylindrical-coordinate representation of color #5AD7B8: hue angle of 165.12º 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 #5AD7B8 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 215 | 184 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.16 |
| HSL | 165.12º | 0.61% | 0.6% | - |
| HSV(B) | 165.12º | 0.58% | 0.84% | - |
| XYZ | 37.17 | 54.24 | 53.86 | - |
| YUV | 174.09 | 133.59 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 215 | 184 | 0.58 | 0 | 0.14 | 0.16 | 165.12 | 0.61 | 0.6 |
| Hex | 5A | D7 | B8 | 3A | 0 | E | 10 | A5 | 3D | 3C |
| Octal | 132 | 327 | 270 | 72 | 0 | 16 | 20 | 245 | 75 | 74 |
| Binary | 1011010 | 11010111 | 10111000 | 111010 | 0 | 1110 | 10000 | 10100101 | 111101 | 111100 |
Color Harmonies of #5AD7B8
Complementary color
Monochromatic Colors of #5AD7B8
Black with #5AD7B8
Text Example
Text Example
White with #5AD7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD7B8; }
p { color: rgb(90,215,184); }
H1.HeaderClassName
{
color: #5AD7B8;
}
.AnyTagClassName
{
color: #5AD7B8;
}
</style>
background-color css
<style>
a { background-color: #5AD7B8; }
a { background-color: rgb(90,215,184); }
div.DivClassName
{
background-color: #5AD7B8;
}
.BgClassName
{
background-color: #5AD7B8;
}
</style>
border-color css
<style>
span { border-color: #5AD7B8; }
span { border-color: rgb(90,215,184); }
td.TdClassName
{
border-color: #5AD7B8;
}
.TagClassName
{
border-color: #5AD7B8;
}
</style>