Shades of Medium Aquamarine #5BCEB0
Tints of Medium Aquamarine #5BCEB0
RGB
CMYK
RGB Variations
Color information
#5BCEB0 (or 0x5BCEB0) is known color: Medium Aquamarine. HEX triplet: 5B, CE and B0. RGB value is (91,206,176). Sum of RGB (Red+Green+Blue) = 91+206+176=473 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.24% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCEB0 is #A4314F. Grayscale: #A8A8A8. Windows color (decimal): -10760528 or 11587163. OLE color: 11587163.
HSL color Cylindrical-coordinate representation of color #5BCEB0: hue angle of 164.35º 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 #5BCEB0 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 176 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.19 |
| HSL | 164.35º | 0.54% | 0.58% | - |
| HSV(B) | 164.35º | 0.56% | 0.81% | - |
| XYZ | 34.22 | 49.5 | 48.83 | - |
| YUV | 168.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 176 | 0.56 | 0 | 0.15 | 0.19 | 164.35 | 0.54 | 0.58 |
| Hex | 5B | CE | B0 | 38 | 0 | F | 13 | A4 | 36 | 3A |
| Octal | 133 | 316 | 260 | 70 | 0 | 17 | 23 | 244 | 66 | 72 |
| Binary | 1011011 | 11001110 | 10110000 | 111000 | 0 | 1111 | 10011 | 10100100 | 110110 | 111010 |
Color Harmonies of #5BCEB0
Complementary color
Monochromatic Colors of #5BCEB0
Black with #5BCEB0
Text Example
Text Example
White with #5BCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEB0; }
p { color: rgb(91,206,176); }
H1.HeaderClassName
{
color: #5BCEB0;
}
.AnyTagClassName
{
color: #5BCEB0;
}
</style>
background-color css
<style>
a { background-color: #5BCEB0; }
a { background-color: rgb(91,206,176); }
div.DivClassName
{
background-color: #5BCEB0;
}
.BgClassName
{
background-color: #5BCEB0;
}
</style>
border-color css
<style>
span { border-color: #5BCEB0; }
span { border-color: rgb(91,206,176); }
td.TdClassName
{
border-color: #5BCEB0;
}
.TagClassName
{
border-color: #5BCEB0;
}
</style>