Shades of Aquamarine #91FBDB
Tints of Aquamarine #91FBDB
RGB
CMYK
RGB Variations
Color information
#91FBDB (or 0x91FBDB) is known color: Aquamarine. HEX triplet: 91, FB and DB. RGB value is (145,251,219). Sum of RGB (Red+Green+Blue) = 145+251+219=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FBDB is #6E0424. Grayscale: #D7D7D7. Windows color (decimal): -7210021 or 14416785. OLE color: 14416785.
HSL color Cylindrical-coordinate representation of color #91FBDB: hue angle of 161.89º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FBDB is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 219 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.02 |
| HSL | 161.89º | 0.93% | 0.78% | - |
| HSV(B) | 161.89º | 0.42% | 0.98% | - |
| XYZ | 58.96 | 80.13 | 79.38 | - |
| YUV | 215.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 219 | 0.42 | 0 | 0.13 | 0.02 | 161.89 | 0.93 | 0.78 |
| Hex | 91 | FB | DB | 2A | 0 | D | 2 | A2 | 5D | 4E |
| Octal | 221 | 373 | 333 | 52 | 0 | 15 | 2 | 242 | 135 | 116 |
| Binary | 10010001 | 11111011 | 11011011 | 101010 | 0 | 1101 | 10 | 10100010 | 1011101 | 1001110 |
Color Harmonies of #91FBDB
Complementary color
Monochromatic Colors of #91FBDB
Black with #91FBDB
Text Example
Text Example
White with #91FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBDB; }
p { color: rgb(145,251,219); }
H1.HeaderClassName
{
color: #91FBDB;
}
.AnyTagClassName
{
color: #91FBDB;
}
</style>
background-color css
<style>
a { background-color: #91FBDB; }
a { background-color: rgb(145,251,219); }
div.DivClassName
{
background-color: #91FBDB;
}
.BgClassName
{
background-color: #91FBDB;
}
</style>
border-color css
<style>
span { border-color: #91FBDB; }
span { border-color: rgb(145,251,219); }
td.TdClassName
{
border-color: #91FBDB;
}
.TagClassName
{
border-color: #91FBDB;
}
</style>