Shades of Medium Aquamarine #5BCBA6
Tints of Medium Aquamarine #5BCBA6
RGB
CMYK
RGB Variations
Color information
#5BCBA6 (or 0x5BCBA6) is known color: Medium Aquamarine. HEX triplet: 5B, CB and A6. RGB value is (91,203,166). Sum of RGB (Red+Green+Blue) = 91+203+166=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBA6 is #A43459. Grayscale: #A5A5A5. Windows color (decimal): -10761306 or 10931035. OLE color: 10931035.
HSL color Cylindrical-coordinate representation of color #5BCBA6: hue angle of 160.18º degrees, saturation: 0.52, 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 #5BCBA6 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 166 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.20 |
| HSL | 160.18º | 0.52% | 0.58% | - |
| HSV(B) | 160.18º | 0.55% | 0.8% | - |
| XYZ | 32.55 | 47.69 | 43.57 | - |
| YUV | 165.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 166 | 0.55 | 0 | 0.18 | 0.20 | 160.18 | 0.52 | 0.58 |
| Hex | 5B | CB | A6 | 37 | 0 | 12 | 14 | A0 | 34 | 3A |
| Octal | 133 | 313 | 246 | 67 | 0 | 22 | 24 | 240 | 64 | 72 |
| Binary | 1011011 | 11001011 | 10100110 | 110111 | 0 | 10010 | 10100 | 10100000 | 110100 | 111010 |
Color Harmonies of #5BCBA6
Complementary color
Monochromatic Colors of #5BCBA6
Black with #5BCBA6
Text Example
Text Example
White with #5BCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBA6; }
p { color: rgb(91,203,166); }
H1.HeaderClassName
{
color: #5BCBA6;
}
.AnyTagClassName
{
color: #5BCBA6;
}
</style>
background-color css
<style>
a { background-color: #5BCBA6; }
a { background-color: rgb(91,203,166); }
div.DivClassName
{
background-color: #5BCBA6;
}
.BgClassName
{
background-color: #5BCBA6;
}
</style>
border-color css
<style>
span { border-color: #5BCBA6; }
span { border-color: rgb(91,203,166); }
td.TdClassName
{
border-color: #5BCBA6;
}
.TagClassName
{
border-color: #5BCBA6;
}
</style>