Shades of Medium Aquamarine #5BD6A1
Tints of Medium Aquamarine #5BD6A1
RGB
CMYK
RGB Variations
Color information
#5BD6A1 (or 0x5BD6A1) is known color: Medium Aquamarine. HEX triplet: 5B, D6 and A1. RGB value is (91,214,161). Sum of RGB (Red+Green+Blue) = 91+214+161=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD6A1 is #A4295E. Grayscale: #ABABAB. Windows color (decimal): -10758495 or 10606171. OLE color: 10606171.
HSL color Cylindrical-coordinate representation of color #5BD6A1: hue angle of 154.15º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BD6A1 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 214 | 161 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.16 |
| HSL | 154.15º | 0.6% | 0.6% | - |
| HSV(B) | 154.15º | 0.57% | 0.84% | - |
| XYZ | 34.79 | 52.89 | 42.09 | - |
| YUV | 171.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 214 | 161 | 0.57 | 0 | 0.25 | 0.16 | 154.15 | 0.6 | 0.6 |
| Hex | 5B | D6 | A1 | 39 | 0 | 19 | 10 | 9A | 3C | 3C |
| Octal | 133 | 326 | 241 | 71 | 0 | 31 | 20 | 232 | 74 | 74 |
| Binary | 1011011 | 11010110 | 10100001 | 111001 | 0 | 11001 | 10000 | 10011010 | 111100 | 111100 |
Color Harmonies of #5BD6A1
Complementary color
Monochromatic Colors of #5BD6A1
Black with #5BD6A1
Text Example
Text Example
White with #5BD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD6A1; }
p { color: rgb(91,214,161); }
H1.HeaderClassName
{
color: #5BD6A1;
}
.AnyTagClassName
{
color: #5BD6A1;
}
</style>
background-color css
<style>
a { background-color: #5BD6A1; }
a { background-color: rgb(91,214,161); }
div.DivClassName
{
background-color: #5BD6A1;
}
.BgClassName
{
background-color: #5BD6A1;
}
</style>
border-color css
<style>
span { border-color: #5BD6A1; }
span { border-color: rgb(91,214,161); }
td.TdClassName
{
border-color: #5BD6A1;
}
.TagClassName
{
border-color: #5BD6A1;
}
</style>