Shades of Medium Aquamarine #5BDCAC
Tints of Medium Aquamarine #5BDCAC
RGB
CMYK
RGB Variations
Color information
#5BDCAC (or 0x5BDCAC) is known color: Medium Aquamarine. HEX triplet: 5B, DC and AC. RGB value is (91,220,172). Sum of RGB (Red+Green+Blue) = 91+220+172=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BDCAC is #A42353. Grayscale: #B0B0B0. Windows color (decimal): -10756948 or 11328603. OLE color: 11328603.
HSL color Cylindrical-coordinate representation of color #5BDCAC: hue angle of 157.67º 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 #5BDCAC is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 220 | 172 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.14 |
| HSL | 157.67º | 0.65% | 0.61% | - |
| HSV(B) | 157.67º | 0.59% | 0.86% | - |
| XYZ | 37.35 | 56.39 | 47.95 | - |
| YUV | 175.96 | 125.76 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 220 | 172 | 0.59 | 0 | 0.22 | 0.14 | 157.67 | 0.65 | 0.61 |
| Hex | 5B | DC | AC | 3B | 0 | 16 | E | 9E | 41 | 3D |
| Octal | 133 | 334 | 254 | 73 | 0 | 26 | 16 | 236 | 101 | 75 |
| Binary | 1011011 | 11011100 | 10101100 | 111011 | 0 | 10110 | 1110 | 10011110 | 1000001 | 111101 |
Color Harmonies of #5BDCAC
Complementary color
Monochromatic Colors of #5BDCAC
Black with #5BDCAC
Text Example
Text Example
White with #5BDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDCAC; }
p { color: rgb(91,220,172); }
H1.HeaderClassName
{
color: #5BDCAC;
}
.AnyTagClassName
{
color: #5BDCAC;
}
</style>
background-color css
<style>
a { background-color: #5BDCAC; }
a { background-color: rgb(91,220,172); }
div.DivClassName
{
background-color: #5BDCAC;
}
.BgClassName
{
background-color: #5BDCAC;
}
</style>
border-color css
<style>
span { border-color: #5BDCAC; }
span { border-color: rgb(91,220,172); }
td.TdClassName
{
border-color: #5BDCAC;
}
.TagClassName
{
border-color: #5BDCAC;
}
</style>