Shades of Medium Aquamarine #5BD7AF
Tints of Medium Aquamarine #5BD7AF
RGB
CMYK
RGB Variations
Color information
#5BD7AF (or 0x5BD7AF) is known color: Medium Aquamarine. HEX triplet: 5B, D7 and AF. RGB value is (91,215,175). Sum of RGB (Red+Green+Blue) = 91+215+175=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD7AF is #A42850. Grayscale: #ADADAD. Windows color (decimal): -10758225 or 11523931. OLE color: 11523931.
HSL color Cylindrical-coordinate representation of color #5BD7AF: hue angle of 160.65º 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 #5BD7AF is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 215 | 175 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.16 |
| HSL | 160.65º | 0.61% | 0.6% | - |
| HSV(B) | 160.65º | 0.58% | 0.84% | - |
| XYZ | 36.35 | 53.92 | 49.05 | - |
| YUV | 173.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 215 | 175 | 0.58 | 0 | 0.19 | 0.16 | 160.65 | 0.61 | 0.6 |
| Hex | 5B | D7 | AF | 3A | 0 | 13 | 10 | A1 | 3D | 3C |
| Octal | 133 | 327 | 257 | 72 | 0 | 23 | 20 | 241 | 75 | 74 |
| Binary | 1011011 | 11010111 | 10101111 | 111010 | 0 | 10011 | 10000 | 10100001 | 111101 | 111100 |
Color Harmonies of #5BD7AF
Complementary color
Monochromatic Colors of #5BD7AF
Black with #5BD7AF
Text Example
Text Example
White with #5BD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD7AF; }
p { color: rgb(91,215,175); }
H1.HeaderClassName
{
color: #5BD7AF;
}
.AnyTagClassName
{
color: #5BD7AF;
}
</style>
background-color css
<style>
a { background-color: #5BD7AF; }
a { background-color: rgb(91,215,175); }
div.DivClassName
{
background-color: #5BD7AF;
}
.BgClassName
{
background-color: #5BD7AF;
}
</style>
border-color css
<style>
span { border-color: #5BD7AF; }
span { border-color: rgb(91,215,175); }
td.TdClassName
{
border-color: #5BD7AF;
}
.TagClassName
{
border-color: #5BD7AF;
}
</style>