Shades of Medium Aquamarine #5BE6AF
Tints of Medium Aquamarine #5BE6AF
RGB
CMYK
RGB Variations
Color information
#5BE6AF (or 0x5BE6AF) is known color: Medium Aquamarine. HEX triplet: 5B, E6 and AF. RGB value is (91,230,175). Sum of RGB (Red+Green+Blue) = 91+230+175=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #5BE6AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BE6AF is #A41950. Grayscale: #B6B6B6. Windows color (decimal): -10754385 or 11527771. OLE color: 11527771.
HSL color Cylindrical-coordinate representation of color #5BE6AF: hue angle of 156.26º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE6AF is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 230 | 175 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.10 |
| HSL | 156.26º | 0.74% | 0.63% | - |
| HSV(B) | 156.26º | 0.6% | 0.9% | - |
| XYZ | 40.35 | 61.91 | 50.38 | - |
| YUV | 182.17 | 123.95 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 230 | 175 | 0.60 | 0 | 0.24 | 0.10 | 156.26 | 0.74 | 0.63 |
| Hex | 5B | E6 | AF | 3C | 0 | 18 | A | 9C | 4A | 3F |
| Octal | 133 | 346 | 257 | 74 | 0 | 30 | 12 | 234 | 112 | 77 |
| Binary | 1011011 | 11100110 | 10101111 | 111100 | 0 | 11000 | 1010 | 10011100 | 1001010 | 111111 |
Color Harmonies of #5BE6AF
Complementary color
Monochromatic Colors of #5BE6AF
Black with #5BE6AF
Text Example
Text Example
White with #5BE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE6AF; }
p { color: rgb(91,230,175); }
H1.HeaderClassName
{
color: #5BE6AF;
}
.AnyTagClassName
{
color: #5BE6AF;
}
</style>
background-color css
<style>
a { background-color: #5BE6AF; }
a { background-color: rgb(91,230,175); }
div.DivClassName
{
background-color: #5BE6AF;
}
.BgClassName
{
background-color: #5BE6AF;
}
</style>
border-color css
<style>
span { border-color: #5BE6AF; }
span { border-color: rgb(91,230,175); }
td.TdClassName
{
border-color: #5BE6AF;
}
.TagClassName
{
border-color: #5BE6AF;
}
</style>