Shades of Medium Aquamarine #5BCDB0
Tints of Medium Aquamarine #5BCDB0
RGB
CMYK
RGB Variations
Color information
#5BCDB0 (or 0x5BCDB0) is known color: Medium Aquamarine. HEX triplet: 5B, CD and B0. RGB value is (91,205,176). Sum of RGB (Red+Green+Blue) = 91+205+176=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCDB0 is #A4324F. Grayscale: #A7A7A7. Windows color (decimal): -10760784 or 11586907. OLE color: 11586907.
HSL color Cylindrical-coordinate representation of color #5BCDB0: hue angle of 164.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCDB0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 176 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.20 |
| HSL | 164.74º | 0.53% | 0.58% | - |
| HSV(B) | 164.74º | 0.56% | 0.8% | - |
| XYZ | 33.98 | 49.02 | 48.75 | - |
| YUV | 167.61 | 132.73 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 176 | 0.56 | 0 | 0.14 | 0.20 | 164.74 | 0.53 | 0.58 |
| Hex | 5B | CD | B0 | 38 | 0 | E | 14 | A5 | 35 | 3A |
| Octal | 133 | 315 | 260 | 70 | 0 | 16 | 24 | 245 | 65 | 72 |
| Binary | 1011011 | 11001101 | 10110000 | 111000 | 0 | 1110 | 10100 | 10100101 | 110101 | 111010 |
Color Harmonies of #5BCDB0
Complementary color
Monochromatic Colors of #5BCDB0
Black with #5BCDB0
Text Example
Text Example
White with #5BCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDB0; }
p { color: rgb(91,205,176); }
H1.HeaderClassName
{
color: #5BCDB0;
}
.AnyTagClassName
{
color: #5BCDB0;
}
</style>
background-color css
<style>
a { background-color: #5BCDB0; }
a { background-color: rgb(91,205,176); }
div.DivClassName
{
background-color: #5BCDB0;
}
.BgClassName
{
background-color: #5BCDB0;
}
</style>
border-color css
<style>
span { border-color: #5BCDB0; }
span { border-color: rgb(91,205,176); }
td.TdClassName
{
border-color: #5BCDB0;
}
.TagClassName
{
border-color: #5BCDB0;
}
</style>