Shades of Aquamarine #5BFAD5
Tints of Aquamarine #5BFAD5
RGB
CMYK
RGB Variations
Color information
#5BFAD5 (or 0x5BFAD5) is known color: Aquamarine. HEX triplet: 5B, FA and D5. RGB value is (91,250,213). Sum of RGB (Red+Green+Blue) = 91+250+213=554 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.43% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFAD5 is #A4052A. Grayscale: #C6C6C6. Windows color (decimal): -10749227 or 14023259. OLE color: 14023259.
HSL color Cylindrical-coordinate representation of color #5BFAD5: hue angle of 166.04º 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 #5BFAD5 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 213 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.02 |
| HSL | 166.04º | 0.94% | 0.67% | - |
| HSV(B) | 166.04º | 0.64% | 0.98% | - |
| XYZ | 50.51 | 75.4 | 74.84 | - |
| YUV | 198.24 | 136.32 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 213 | 0.64 | 0 | 0.15 | 0.02 | 166.04 | 0.94 | 0.67 |
| Hex | 5B | FA | D5 | 40 | 0 | F | 2 | A6 | 5E | 43 |
| Octal | 133 | 372 | 325 | 100 | 0 | 17 | 2 | 246 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11010101 | 1000000 | 0 | 1111 | 10 | 10100110 | 1011110 | 1000011 |
Color Harmonies of #5BFAD5
Complementary color
Monochromatic Colors of #5BFAD5
Black with #5BFAD5
Text Example
Text Example
White with #5BFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAD5; }
p { color: rgb(91,250,213); }
H1.HeaderClassName
{
color: #5BFAD5;
}
.AnyTagClassName
{
color: #5BFAD5;
}
</style>
background-color css
<style>
a { background-color: #5BFAD5; }
a { background-color: rgb(91,250,213); }
div.DivClassName
{
background-color: #5BFAD5;
}
.BgClassName
{
background-color: #5BFAD5;
}
</style>
border-color css
<style>
span { border-color: #5BFAD5; }
span { border-color: rgb(91,250,213); }
td.TdClassName
{
border-color: #5BFAD5;
}
.TagClassName
{
border-color: #5BFAD5;
}
</style>