Shades of Medium Aquamarine #5BCCAC
Tints of Medium Aquamarine #5BCCAC
RGB
CMYK
RGB Variations
Color information
#5BCCAC (or 0x5BCCAC) is known color: Medium Aquamarine. HEX triplet: 5B, CC and AC. RGB value is (91,204,172). Sum of RGB (Red+Green+Blue) = 91+204+172=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCCAC is #A43353. Grayscale: #A6A6A6. Windows color (decimal): -10761044 or 11324507. OLE color: 11324507.
HSL color Cylindrical-coordinate representation of color #5BCCAC: hue angle of 163.01º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCCAC is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 172 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.2 |
| HSL | 163.01º | 0.53% | 0.58% | - |
| HSV(B) | 163.01º | 0.55% | 0.8% | - |
| XYZ | 33.35 | 48.39 | 46.61 | - |
| YUV | 166.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 172 | 0.55 | 0 | 0.16 | 0.2 | 163.01 | 0.53 | 0.58 |
| Hex | 5B | CC | AC | 37 | 0 | 10 | 14 | A3 | 35 | 3A |
| Octal | 133 | 314 | 254 | 67 | 0 | 20 | 24 | 243 | 65 | 72 |
| Binary | 1011011 | 11001100 | 10101100 | 110111 | 0 | 10000 | 10100 | 10100011 | 110101 | 111010 |
Color Harmonies of #5BCCAC
Complementary color
Monochromatic Colors of #5BCCAC
Black with #5BCCAC
Text Example
Text Example
White with #5BCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCAC; }
p { color: rgb(91,204,172); }
H1.HeaderClassName
{
color: #5BCCAC;
}
.AnyTagClassName
{
color: #5BCCAC;
}
</style>
background-color css
<style>
a { background-color: #5BCCAC; }
a { background-color: rgb(91,204,172); }
div.DivClassName
{
background-color: #5BCCAC;
}
.BgClassName
{
background-color: #5BCCAC;
}
</style>
border-color css
<style>
span { border-color: #5BCCAC; }
span { border-color: rgb(91,204,172); }
td.TdClassName
{
border-color: #5BCCAC;
}
.TagClassName
{
border-color: #5BCCAC;
}
</style>