Shades of Aquamarine #5BFDDB
Tints of Aquamarine #5BFDDB
RGB
CMYK
RGB Variations
Color information
#5BFDDB (or 0x5BFDDB) is known color: Aquamarine. HEX triplet: 5B, FD and DB. RGB value is (91,253,219). Sum of RGB (Red+Green+Blue) = 91+253+219=563 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.16% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFDDB is #A40224. Grayscale: #C8C8C8. Windows color (decimal): -10748453 or 14417243. OLE color: 14417243.
HSL color Cylindrical-coordinate representation of color #5BFDDB: hue angle of 167.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFDDB is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 219 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.01 |
| HSL | 167.41º | 0.98% | 0.67% | - |
| HSV(B) | 167.41º | 0.64% | 0.99% | - |
| XYZ | 52.23 | 77.59 | 79.24 | - |
| YUV | 200.69 | 138.33 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 219 | 0.64 | 0 | 0.13 | 0.01 | 167.41 | 0.98 | 0.67 |
| Hex | 5B | FD | DB | 40 | 0 | D | 1 | A7 | 62 | 43 |
| Octal | 133 | 375 | 333 | 100 | 0 | 15 | 1 | 247 | 142 | 103 |
| Binary | 1011011 | 11111101 | 11011011 | 1000000 | 0 | 1101 | 1 | 10100111 | 1100010 | 1000011 |
Color Harmonies of #5BFDDB
Complementary color
Monochromatic Colors of #5BFDDB
Black with #5BFDDB
Text Example
Text Example
White with #5BFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDDB; }
p { color: rgb(91,253,219); }
H1.HeaderClassName
{
color: #5BFDDB;
}
.AnyTagClassName
{
color: #5BFDDB;
}
</style>
background-color css
<style>
a { background-color: #5BFDDB; }
a { background-color: rgb(91,253,219); }
div.DivClassName
{
background-color: #5BFDDB;
}
.BgClassName
{
background-color: #5BFDDB;
}
</style>
border-color css
<style>
span { border-color: #5BFDDB; }
span { border-color: rgb(91,253,219); }
td.TdClassName
{
border-color: #5BFDDB;
}
.TagClassName
{
border-color: #5BFDDB;
}
</style>