Shades of Medium Aquamarine #5BD2AB
Tints of Medium Aquamarine #5BD2AB
RGB
CMYK
RGB Variations
Color information
#5BD2AB (or 0x5BD2AB) is known color: Medium Aquamarine. HEX triplet: 5B, D2 and AB. RGB value is (91,210,171). Sum of RGB (Red+Green+Blue) = 91+210+171=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD2AB is #A42D54. Grayscale: #AAAAAA. Windows color (decimal): -10759509 or 11260507. OLE color: 11260507.
HSL color Cylindrical-coordinate representation of color #5BD2AB: hue angle of 160.34º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD2AB is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 171 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.18 |
| HSL | 160.34º | 0.57% | 0.59% | - |
| HSV(B) | 160.34º | 0.57% | 0.82% | - |
| XYZ | 34.71 | 51.26 | 46.59 | - |
| YUV | 169.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 171 | 0.57 | 0 | 0.19 | 0.18 | 160.34 | 0.57 | 0.59 |
| Hex | 5B | D2 | AB | 39 | 0 | 13 | 12 | A0 | 39 | 3B |
| Octal | 133 | 322 | 253 | 71 | 0 | 23 | 22 | 240 | 71 | 73 |
| Binary | 1011011 | 11010010 | 10101011 | 111001 | 0 | 10011 | 10010 | 10100000 | 111001 | 111011 |
Color Harmonies of #5BD2AB
Complementary color
Monochromatic Colors of #5BD2AB
Black with #5BD2AB
Text Example
Text Example
White with #5BD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD2AB; }
p { color: rgb(91,210,171); }
H1.HeaderClassName
{
color: #5BD2AB;
}
.AnyTagClassName
{
color: #5BD2AB;
}
</style>
background-color css
<style>
a { background-color: #5BD2AB; }
a { background-color: rgb(91,210,171); }
div.DivClassName
{
background-color: #5BD2AB;
}
.BgClassName
{
background-color: #5BD2AB;
}
</style>
border-color css
<style>
span { border-color: #5BD2AB; }
span { border-color: rgb(91,210,171); }
td.TdClassName
{
border-color: #5BD2AB;
}
.TagClassName
{
border-color: #5BD2AB;
}
</style>