Shades of Medium Aquamarine #5BCCB2
Tints of Medium Aquamarine #5BCCB2
RGB
CMYK
RGB Variations
Color information
#5BCCB2 (or 0x5BCCB2) is known color: Medium Aquamarine. HEX triplet: 5B, CC and B2. RGB value is (91,204,178). Sum of RGB (Red+Green+Blue) = 91+204+178=473 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.24% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCCB2 is #A4334D. Grayscale: #A7A7A7. Windows color (decimal): -10761038 or 11717723. OLE color: 11717723.
HSL color Cylindrical-coordinate representation of color #5BCCB2: hue angle of 166.19º 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 #5BCCB2 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 178 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.2 |
| HSL | 166.19º | 0.53% | 0.58% | - |
| HSV(B) | 166.19º | 0.55% | 0.8% | - |
| XYZ | 33.94 | 48.62 | 49.72 | - |
| YUV | 167.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 178 | 0.55 | 0 | 0.13 | 0.2 | 166.19 | 0.53 | 0.58 |
| Hex | 5B | CC | B2 | 37 | 0 | D | 14 | A6 | 35 | 3A |
| Octal | 133 | 314 | 262 | 67 | 0 | 15 | 24 | 246 | 65 | 72 |
| Binary | 1011011 | 11001100 | 10110010 | 110111 | 0 | 1101 | 10100 | 10100110 | 110101 | 111010 |
Color Harmonies of #5BCCB2
Complementary color
Monochromatic Colors of #5BCCB2
Black with #5BCCB2
Text Example
Text Example
White with #5BCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCCB2; }
p { color: rgb(91,204,178); }
H1.HeaderClassName
{
color: #5BCCB2;
}
.AnyTagClassName
{
color: #5BCCB2;
}
</style>
background-color css
<style>
a { background-color: #5BCCB2; }
a { background-color: rgb(91,204,178); }
div.DivClassName
{
background-color: #5BCCB2;
}
.BgClassName
{
background-color: #5BCCB2;
}
</style>
border-color css
<style>
span { border-color: #5BCCB2; }
span { border-color: rgb(91,204,178); }
td.TdClassName
{
border-color: #5BCCB2;
}
.TagClassName
{
border-color: #5BCCB2;
}
</style>