Shades of Aquamarine #5BFCDB
Tints of Aquamarine #5BFCDB
RGB
CMYK
RGB Variations
Color information
#5BFCDB (or 0x5BFCDB) is known color: Aquamarine. HEX triplet: 5B, FC and DB. RGB value is (91,252,219). Sum of RGB (Red+Green+Blue) = 91+252+219=562 (74% of max value = 765). Red value is 91 (35.94% from 255 or 16.19% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFCDB is #A40324. Grayscale: #C8C8C8. Windows color (decimal): -10748709 or 14416987. OLE color: 14416987.
HSL color Cylindrical-coordinate representation of color #5BFCDB: hue angle of 167.7º degrees, saturation: 0.96, 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 #5BFCDB is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 219 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.01 |
| HSL | 167.7º | 0.96% | 0.67% | - |
| HSV(B) | 167.7º | 0.64% | 0.99% | - |
| XYZ | 51.91 | 76.96 | 79.14 | - |
| YUV | 200.1 | 138.66 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 219 | 0.64 | 0 | 0.13 | 0.01 | 167.7 | 0.96 | 0.67 |
| Hex | 5B | FC | DB | 40 | 0 | D | 1 | A8 | 60 | 43 |
| Octal | 133 | 374 | 333 | 100 | 0 | 15 | 1 | 250 | 140 | 103 |
| Binary | 1011011 | 11111100 | 11011011 | 1000000 | 0 | 1101 | 1 | 10101000 | 1100000 | 1000011 |
Color Harmonies of #5BFCDB
Complementary color
Monochromatic Colors of #5BFCDB
Black with #5BFCDB
Text Example
Text Example
White with #5BFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCDB; }
p { color: rgb(91,252,219); }
H1.HeaderClassName
{
color: #5BFCDB;
}
.AnyTagClassName
{
color: #5BFCDB;
}
</style>
background-color css
<style>
a { background-color: #5BFCDB; }
a { background-color: rgb(91,252,219); }
div.DivClassName
{
background-color: #5BFCDB;
}
.BgClassName
{
background-color: #5BFCDB;
}
</style>
border-color css
<style>
span { border-color: #5BFCDB; }
span { border-color: rgb(91,252,219); }
td.TdClassName
{
border-color: #5BFCDB;
}
.TagClassName
{
border-color: #5BFCDB;
}
</style>