Shades of Medium Aquamarine #5BC8AF
Tints of Medium Aquamarine #5BC8AF
RGB
CMYK
RGB Variations
Color information
#5BC8AF (or 0x5BC8AF) is known color: Medium Aquamarine. HEX triplet: 5B, C8 and AF. RGB value is (91,200,175). Sum of RGB (Red+Green+Blue) = 91+200+175=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #5BC8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC8AF is #A43750. Grayscale: #A4A4A4. Windows color (decimal): -10762065 or 11520091. OLE color: 11520091.
HSL color Cylindrical-coordinate representation of color #5BC8AF: hue angle of 166.24º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC8AF is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 200 | 175 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.22 |
| HSL | 166.24º | 0.5% | 0.57% | - |
| HSV(B) | 166.24º | 0.55% | 0.78% | - |
| XYZ | 32.71 | 46.63 | 47.83 | - |
| YUV | 164.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 200 | 175 | 0.54 | 0 | 0.12 | 0.22 | 166.24 | 0.5 | 0.57 |
| Hex | 5B | C8 | AF | 36 | 0 | C | 16 | A6 | 32 | 39 |
| Octal | 133 | 310 | 257 | 66 | 0 | 14 | 26 | 246 | 62 | 71 |
| Binary | 1011011 | 11001000 | 10101111 | 110110 | 0 | 1100 | 10110 | 10100110 | 110010 | 111001 |
Color Harmonies of #5BC8AF
Complementary color
Monochromatic Colors of #5BC8AF
Black with #5BC8AF
Text Example
Text Example
White with #5BC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC8AF; }
p { color: rgb(91,200,175); }
H1.HeaderClassName
{
color: #5BC8AF;
}
.AnyTagClassName
{
color: #5BC8AF;
}
</style>
background-color css
<style>
a { background-color: #5BC8AF; }
a { background-color: rgb(91,200,175); }
div.DivClassName
{
background-color: #5BC8AF;
}
.BgClassName
{
background-color: #5BC8AF;
}
</style>
border-color css
<style>
span { border-color: #5BC8AF; }
span { border-color: rgb(91,200,175); }
td.TdClassName
{
border-color: #5BC8AF;
}
.TagClassName
{
border-color: #5BC8AF;
}
</style>