Shades of Medium Aquamarine #5BCEAB
Tints of Medium Aquamarine #5BCEAB
RGB
CMYK
RGB Variations
Color information
#5BCEAB (or 0x5BCEAB) is known color: Medium Aquamarine. HEX triplet: 5B, CE and AB. RGB value is (91,206,171). Sum of RGB (Red+Green+Blue) = 91+206+171=468 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.44% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCEAB is #A43154. Grayscale: #A7A7A7. Windows color (decimal): -10760533 or 11259483. OLE color: 11259483.
HSL color Cylindrical-coordinate representation of color #5BCEAB: hue angle of 161.74º 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 #5BCEAB is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 171 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.19 |
| HSL | 161.74º | 0.54% | 0.58% | - |
| HSV(B) | 161.74º | 0.56% | 0.81% | - |
| XYZ | 33.74 | 49.31 | 46.27 | - |
| YUV | 167.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 171 | 0.56 | 0 | 0.17 | 0.19 | 161.74 | 0.54 | 0.58 |
| Hex | 5B | CE | AB | 38 | 0 | 11 | 13 | A2 | 36 | 3A |
| Octal | 133 | 316 | 253 | 70 | 0 | 21 | 23 | 242 | 66 | 72 |
| Binary | 1011011 | 11001110 | 10101011 | 111000 | 0 | 10001 | 10011 | 10100010 | 110110 | 111010 |
Color Harmonies of #5BCEAB
Complementary color
Monochromatic Colors of #5BCEAB
Black with #5BCEAB
Text Example
Text Example
White with #5BCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEAB; }
p { color: rgb(91,206,171); }
H1.HeaderClassName
{
color: #5BCEAB;
}
.AnyTagClassName
{
color: #5BCEAB;
}
</style>
background-color css
<style>
a { background-color: #5BCEAB; }
a { background-color: rgb(91,206,171); }
div.DivClassName
{
background-color: #5BCEAB;
}
.BgClassName
{
background-color: #5BCEAB;
}
</style>
border-color css
<style>
span { border-color: #5BCEAB; }
span { border-color: rgb(91,206,171); }
td.TdClassName
{
border-color: #5BCEAB;
}
.TagClassName
{
border-color: #5BCEAB;
}
</style>