Shades of Aquamarine #5BF7BC
Tints of Aquamarine #5BF7BC
RGB
CMYK
RGB Variations
Color information
#5BF7BC (or 0x5BF7BC) is known color: Aquamarine. HEX triplet: 5B, F7 and BC. RGB value is (91,247,188). Sum of RGB (Red+Green+Blue) = 91+247+188=526 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.30% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #5BF7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BF7BC is #A40843. Grayscale: #C1C1C1. Windows color (decimal): -10750020 or 12384091. OLE color: 12384091.
HSL color Cylindrical-coordinate representation of color #5BF7BC: hue angle of 157.31º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF7BC is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 247 | 188 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.03 |
| HSL | 157.31º | 0.91% | 0.66% | - |
| HSV(B) | 157.31º | 0.63% | 0.97% | - |
| XYZ | 46.65 | 72.38 | 59.09 | - |
| YUV | 193.63 | 124.82 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 247 | 188 | 0.63 | 0 | 0.24 | 0.03 | 157.31 | 0.91 | 0.66 |
| Hex | 5B | F7 | BC | 3F | 0 | 18 | 3 | 9D | 5B | 42 |
| Octal | 133 | 367 | 274 | 77 | 0 | 30 | 3 | 235 | 133 | 102 |
| Binary | 1011011 | 11110111 | 10111100 | 111111 | 0 | 11000 | 11 | 10011101 | 1011011 | 1000010 |
Color Harmonies of #5BF7BC
Complementary color
Monochromatic Colors of #5BF7BC
Black with #5BF7BC
Text Example
Text Example
White with #5BF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF7BC; }
p { color: rgb(91,247,188); }
H1.HeaderClassName
{
color: #5BF7BC;
}
.AnyTagClassName
{
color: #5BF7BC;
}
</style>
background-color css
<style>
a { background-color: #5BF7BC; }
a { background-color: rgb(91,247,188); }
div.DivClassName
{
background-color: #5BF7BC;
}
.BgClassName
{
background-color: #5BF7BC;
}
</style>
border-color css
<style>
span { border-color: #5BF7BC; }
span { border-color: rgb(91,247,188); }
td.TdClassName
{
border-color: #5BF7BC;
}
.TagClassName
{
border-color: #5BF7BC;
}
</style>