Shades of Aquamarine #5BFFDB
Tints of Aquamarine #5BFFDB
RGB
CMYK
RGB Variations
Color information
#5BFFDB (or 0x5BFFDB) is known color: Aquamarine. HEX triplet: 5B, FF and DB. RGB value is (91,255,219). Sum of RGB (Red+Green+Blue) = 91+255+219=565 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.11% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFFDB is #A40024. Grayscale: #C9C9C9. Windows color (decimal): -10747941 or 14417755. OLE color: 14417755.
HSL color Cylindrical-coordinate representation of color #5BFFDB: hue angle of 166.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFFDB is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 219 | - |
| CMYK | 0.64 | 0 | 0.14 | 0 |
| HSL | 166.83º | 1% | 0.68% | - |
| HSV(B) | 166.83º | 0.64% | 1% | - |
| XYZ | 52.86 | 78.86 | 79.45 | - |
| YUV | 201.86 | 137.67 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 219 | 0.64 | 0 | 0.14 | 0 | 166.83 | 1 | 0.68 |
| Hex | 5B | FF | DB | 40 | 0 | E | 0 | A7 | 64 | 44 |
| Octal | 133 | 377 | 333 | 100 | 0 | 16 | 0 | 247 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11011011 | 1000000 | 0 | 1110 | 0 | 10100111 | 1100100 | 1000100 |
Color Harmonies of #5BFFDB
Complementary color
Monochromatic Colors of #5BFFDB
Black with #5BFFDB
Text Example
Text Example
White with #5BFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFDB; }
p { color: rgb(91,255,219); }
H1.HeaderClassName
{
color: #5BFFDB;
}
.AnyTagClassName
{
color: #5BFFDB;
}
</style>
background-color css
<style>
a { background-color: #5BFFDB; }
a { background-color: rgb(91,255,219); }
div.DivClassName
{
background-color: #5BFFDB;
}
.BgClassName
{
background-color: #5BFFDB;
}
</style>
border-color css
<style>
span { border-color: #5BFFDB; }
span { border-color: rgb(91,255,219); }
td.TdClassName
{
border-color: #5BFFDB;
}
.TagClassName
{
border-color: #5BFFDB;
}
</style>