Shades of Medium Aquamarine #5BDCA6
Tints of Medium Aquamarine #5BDCA6
RGB
CMYK
RGB Variations
Color information
#5BDCA6 (or 0x5BDCA6) is known color: Medium Aquamarine. HEX triplet: 5B, DC and A6. RGB value is (91,220,166). Sum of RGB (Red+Green+Blue) = 91+220+166=477 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.08% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDCA6 is #A42359. Grayscale: #AFAFAF. Windows color (decimal): -10756954 or 10935387. OLE color: 10935387.
HSL color Cylindrical-coordinate representation of color #5BDCA6: hue angle of 154.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCA6 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 166 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.14 |
| HSL | 154.88º | 0.65% | 0.61% | - |
| HSV(B) | 154.88º | 0.59% | 0.86% | - |
| XYZ | 36.79 | 56.16 | 44.98 | - |
| YUV | 175.27 | 122.76 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 166 | 0.59 | 0 | 0.25 | 0.14 | 154.88 | 0.65 | 0.61 |
| Hex | 5B | DC | A6 | 3B | 0 | 19 | E | 9B | 41 | 3D |
| Octal | 133 | 334 | 246 | 73 | 0 | 31 | 16 | 233 | 101 | 75 |
| Binary | 1011011 | 11011100 | 10100110 | 111011 | 0 | 11001 | 1110 | 10011011 | 1000001 | 111101 |
Color Harmonies of #5BDCA6
Complementary color
Monochromatic Colors of #5BDCA6
Black with #5BDCA6
Text Example
Text Example
White with #5BDCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCA6; }
p { color: rgb(91,220,166); }
H1.HeaderClassName
{
color: #5BDCA6;
}
.AnyTagClassName
{
color: #5BDCA6;
}
</style>
background-color css
<style>
a { background-color: #5BDCA6; }
a { background-color: rgb(91,220,166); }
div.DivClassName
{
background-color: #5BDCA6;
}
.BgClassName
{
background-color: #5BDCA6;
}
</style>
border-color css
<style>
span { border-color: #5BDCA6; }
span { border-color: rgb(91,220,166); }
td.TdClassName
{
border-color: #5BDCA6;
}
.TagClassName
{
border-color: #5BDCA6;
}
</style>