Shades of Medium Aquamarine #5BCEAF
Tints of Medium Aquamarine #5BCEAF
RGB
CMYK
RGB Variations
Color information
#5BCEAF (or 0x5BCEAF) is known color: Medium Aquamarine. HEX triplet: 5B, CE and AF. RGB value is (91,206,175). Sum of RGB (Red+Green+Blue) = 91+206+175=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCEAF is #A43150. Grayscale: #A8A8A8. Windows color (decimal): -10760529 or 11521627. OLE color: 11521627.
HSL color Cylindrical-coordinate representation of color #5BCEAF: hue angle of 163.83º 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 #5BCEAF is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 206 | 175 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.19 |
| HSL | 163.83º | 0.54% | 0.58% | - |
| HSV(B) | 163.83º | 0.56% | 0.81% | - |
| XYZ | 34.12 | 49.46 | 48.31 | - |
| YUV | 168.08 | 131.9 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 206 | 175 | 0.56 | 0 | 0.15 | 0.19 | 163.83 | 0.54 | 0.58 |
| Hex | 5B | CE | AF | 38 | 0 | F | 13 | A4 | 36 | 3A |
| Octal | 133 | 316 | 257 | 70 | 0 | 17 | 23 | 244 | 66 | 72 |
| Binary | 1011011 | 11001110 | 10101111 | 111000 | 0 | 1111 | 10011 | 10100100 | 110110 | 111010 |
Color Harmonies of #5BCEAF
Complementary color
Monochromatic Colors of #5BCEAF
Black with #5BCEAF
Text Example
Text Example
White with #5BCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCEAF; }
p { color: rgb(91,206,175); }
H1.HeaderClassName
{
color: #5BCEAF;
}
.AnyTagClassName
{
color: #5BCEAF;
}
</style>
background-color css
<style>
a { background-color: #5BCEAF; }
a { background-color: rgb(91,206,175); }
div.DivClassName
{
background-color: #5BCEAF;
}
.BgClassName
{
background-color: #5BCEAF;
}
</style>
border-color css
<style>
span { border-color: #5BCEAF; }
span { border-color: rgb(91,206,175); }
td.TdClassName
{
border-color: #5BCEAF;
}
.TagClassName
{
border-color: #5BCEAF;
}
</style>