Shades of Aquamarine #5BFAD6
Tints of Aquamarine #5BFAD6
RGB
CMYK
RGB Variations
Color information
#5BFAD6 (or 0x5BFAD6) is known color: Aquamarine. HEX triplet: 5B, FA and D6. RGB value is (91,250,214). Sum of RGB (Red+Green+Blue) = 91+250+214=555 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.40% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFAD6 is #A40529. Grayscale: #C6C6C6. Windows color (decimal): -10749226 or 14088795. OLE color: 14088795.
HSL color Cylindrical-coordinate representation of color #5BFAD6: hue angle of 166.42º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFAD6 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 214 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.02 |
| HSL | 166.42º | 0.94% | 0.67% | - |
| HSV(B) | 166.42º | 0.64% | 0.98% | - |
| XYZ | 50.64 | 75.45 | 75.51 | - |
| YUV | 198.36 | 136.82 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 214 | 0.64 | 0 | 0.14 | 0.02 | 166.42 | 0.94 | 0.67 |
| Hex | 5B | FA | D6 | 40 | 0 | E | 2 | A6 | 5E | 43 |
| Octal | 133 | 372 | 326 | 100 | 0 | 16 | 2 | 246 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11010110 | 1000000 | 0 | 1110 | 10 | 10100110 | 1011110 | 1000011 |
Color Harmonies of #5BFAD6
Complementary color
Monochromatic Colors of #5BFAD6
Black with #5BFAD6
Text Example
Text Example
White with #5BFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAD6; }
p { color: rgb(91,250,214); }
H1.HeaderClassName
{
color: #5BFAD6;
}
.AnyTagClassName
{
color: #5BFAD6;
}
</style>
background-color css
<style>
a { background-color: #5BFAD6; }
a { background-color: rgb(91,250,214); }
div.DivClassName
{
background-color: #5BFAD6;
}
.BgClassName
{
background-color: #5BFAD6;
}
</style>
border-color css
<style>
span { border-color: #5BFAD6; }
span { border-color: rgb(91,250,214); }
td.TdClassName
{
border-color: #5BFAD6;
}
.TagClassName
{
border-color: #5BFAD6;
}
</style>