Shades of Medium Aquamarine #5BC8AD
Tints of Medium Aquamarine #5BC8AD
RGB
CMYK
RGB Variations
Color information
#5BC8AD (or 0x5BC8AD) is known color: Medium Aquamarine. HEX triplet: 5B, C8 and AD. RGB value is (91,200,173). Sum of RGB (Red+Green+Blue) = 91+200+173=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC8AD is #A43752. Grayscale: #A4A4A4. Windows color (decimal): -10762067 or 11389019. OLE color: 11389019.
HSL color Cylindrical-coordinate representation of color #5BC8AD: hue angle of 165.14º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC8AD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 200 | 173 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.22 |
| HSL | 165.14º | 0.5% | 0.57% | - |
| HSV(B) | 165.14º | 0.55% | 0.78% | - |
| XYZ | 32.51 | 46.55 | 46.81 | - |
| YUV | 164.33 | 132.89 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 200 | 173 | 0.54 | 0 | 0.14 | 0.22 | 165.14 | 0.5 | 0.57 |
| Hex | 5B | C8 | AD | 36 | 0 | E | 16 | A5 | 32 | 39 |
| Octal | 133 | 310 | 255 | 66 | 0 | 16 | 26 | 245 | 62 | 71 |
| Binary | 1011011 | 11001000 | 10101101 | 110110 | 0 | 1110 | 10110 | 10100101 | 110010 | 111001 |
Color Harmonies of #5BC8AD
Complementary color
Monochromatic Colors of #5BC8AD
Black with #5BC8AD
Text Example
Text Example
White with #5BC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC8AD; }
p { color: rgb(91,200,173); }
H1.HeaderClassName
{
color: #5BC8AD;
}
.AnyTagClassName
{
color: #5BC8AD;
}
</style>
background-color css
<style>
a { background-color: #5BC8AD; }
a { background-color: rgb(91,200,173); }
div.DivClassName
{
background-color: #5BC8AD;
}
.BgClassName
{
background-color: #5BC8AD;
}
</style>
border-color css
<style>
span { border-color: #5BC8AD; }
span { border-color: rgb(91,200,173); }
td.TdClassName
{
border-color: #5BC8AD;
}
.TagClassName
{
border-color: #5BC8AD;
}
</style>