Shades of Medium Aquamarine #5BCDB2
Tints of Medium Aquamarine #5BCDB2
RGB
CMYK
RGB Variations
Color information
#5BCDB2 (or 0x5BCDB2) is known color: Medium Aquamarine. HEX triplet: 5B, CD and B2. RGB value is (91,205,178). Sum of RGB (Red+Green+Blue) = 91+205+178=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #5BCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCDB2 is #A4324D. Grayscale: #A7A7A7. Windows color (decimal): -10760782 or 11717979. OLE color: 11717979.
HSL color Cylindrical-coordinate representation of color #5BCDB2: hue angle of 165.79º 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 #5BCDB2 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 205 | 178 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.20 |
| HSL | 165.79º | 0.53% | 0.58% | - |
| HSV(B) | 165.79º | 0.56% | 0.8% | - |
| XYZ | 34.18 | 49.1 | 49.8 | - |
| YUV | 167.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 205 | 178 | 0.56 | 0 | 0.13 | 0.20 | 165.79 | 0.53 | 0.58 |
| Hex | 5B | CD | B2 | 38 | 0 | D | 14 | A6 | 35 | 3A |
| Octal | 133 | 315 | 262 | 70 | 0 | 15 | 24 | 246 | 65 | 72 |
| Binary | 1011011 | 11001101 | 10110010 | 111000 | 0 | 1101 | 10100 | 10100110 | 110101 | 111010 |
Color Harmonies of #5BCDB2
Complementary color
Monochromatic Colors of #5BCDB2
Black with #5BCDB2
Text Example
Text Example
White with #5BCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCDB2; }
p { color: rgb(91,205,178); }
H1.HeaderClassName
{
color: #5BCDB2;
}
.AnyTagClassName
{
color: #5BCDB2;
}
</style>
background-color css
<style>
a { background-color: #5BCDB2; }
a { background-color: rgb(91,205,178); }
div.DivClassName
{
background-color: #5BCDB2;
}
.BgClassName
{
background-color: #5BCDB2;
}
</style>
border-color css
<style>
span { border-color: #5BCDB2; }
span { border-color: rgb(91,205,178); }
td.TdClassName
{
border-color: #5BCDB2;
}
.TagClassName
{
border-color: #5BCDB2;
}
</style>