Shades of Aquamarine #5BFBDB
Tints of Aquamarine #5BFBDB
RGB
CMYK
RGB Variations
Color information
#5BFBDB (or 0x5BFBDB) is known color: Aquamarine. HEX triplet: 5B, FB and DB. RGB value is (91,251,219). Sum of RGB (Red+Green+Blue) = 91+251+219=561 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.22% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFBDB is #A40424. Grayscale: #C7C7C7. Windows color (decimal): -10748965 or 14416731. OLE color: 14416731.
HSL color Cylindrical-coordinate representation of color #5BFBDB: hue angle of 168º degrees, saturation: 0.95, 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 #5BFBDB is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 219 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.02 |
| HSL | 168º | 0.95% | 0.67% | - |
| HSV(B) | 168º | 0.64% | 0.98% | - |
| XYZ | 51.6 | 76.33 | 79.03 | - |
| YUV | 199.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 219 | 0.64 | 0 | 0.13 | 0.02 | 168 | 0.95 | 0.67 |
| Hex | 5B | FB | DB | 40 | 0 | D | 2 | A8 | 5F | 43 |
| Octal | 133 | 373 | 333 | 100 | 0 | 15 | 2 | 250 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11011011 | 1000000 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000011 |
Color Harmonies of #5BFBDB
Complementary color
Monochromatic Colors of #5BFBDB
Black with #5BFBDB
Text Example
Text Example
White with #5BFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBDB; }
p { color: rgb(91,251,219); }
H1.HeaderClassName
{
color: #5BFBDB;
}
.AnyTagClassName
{
color: #5BFBDB;
}
</style>
background-color css
<style>
a { background-color: #5BFBDB; }
a { background-color: rgb(91,251,219); }
div.DivClassName
{
background-color: #5BFBDB;
}
.BgClassName
{
background-color: #5BFBDB;
}
</style>
border-color css
<style>
span { border-color: #5BFBDB; }
span { border-color: rgb(91,251,219); }
td.TdClassName
{
border-color: #5BFBDB;
}
.TagClassName
{
border-color: #5BFBDB;
}
</style>