Shades of Medium Aquamarine #5BCEAC
Tints of Medium Aquamarine #5BCEAC
RGB
CMYK
RGB Variations
Color information
#5BCEAC (or 0x5BCEAC) is known color: Medium Aquamarine. HEX triplet: 5B, CE and AC. RGB value is (91,206,172). Sum of RGB (Red+Green+Blue) = 91+206+172=469 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.40% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCEAC is #A43153. Grayscale: #A7A7A7. Windows color (decimal): -10760532 or 11325019. OLE color: 11325019.
HSL color Cylindrical-coordinate representation of color #5BCEAC: hue angle of 162.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCEAC is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 172 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.19 |
| HSL | 162.26º | 0.54% | 0.58% | - |
| HSV(B) | 162.26º | 0.56% | 0.81% | - |
| XYZ | 33.83 | 49.35 | 46.77 | - |
| YUV | 167.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 172 | 0.56 | 0 | 0.17 | 0.19 | 162.26 | 0.54 | 0.58 |
| Hex | 5B | CE | AC | 38 | 0 | 11 | 13 | A2 | 36 | 3A |
| Octal | 133 | 316 | 254 | 70 | 0 | 21 | 23 | 242 | 66 | 72 |
| Binary | 1011011 | 11001110 | 10101100 | 111000 | 0 | 10001 | 10011 | 10100010 | 110110 | 111010 |
Color Harmonies of #5BCEAC
Complementary color
Monochromatic Colors of #5BCEAC
Black with #5BCEAC
Text Example
Text Example
White with #5BCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEAC; }
p { color: rgb(91,206,172); }
H1.HeaderClassName
{
color: #5BCEAC;
}
.AnyTagClassName
{
color: #5BCEAC;
}
</style>
background-color css
<style>
a { background-color: #5BCEAC; }
a { background-color: rgb(91,206,172); }
div.DivClassName
{
background-color: #5BCEAC;
}
.BgClassName
{
background-color: #5BCEAC;
}
</style>
border-color css
<style>
span { border-color: #5BCEAC; }
span { border-color: rgb(91,206,172); }
td.TdClassName
{
border-color: #5BCEAC;
}
.TagClassName
{
border-color: #5BCEAC;
}
</style>