Shades of Aquamarine #91FFBF
Tints of Aquamarine #91FFBF
RGB
CMYK
RGB Variations
Color information
#91FFBF (or 0x91FFBF) is known color: Aquamarine. HEX triplet: 91, FF and BF. RGB value is (145,255,191). Sum of RGB (Red+Green+Blue) = 145+255+191=591 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.53% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FFBF is #6E0040. Grayscale: #D6D6D6. Windows color (decimal): -7209025 or 12582801. OLE color: 12582801.
HSL color Cylindrical-coordinate representation of color #91FFBF: hue angle of 145.09º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FFBF is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 191 | - |
| CMYK | 0.43 | 0 | 0.25 | 0 |
| HSL | 145.09º | 1% | 0.78% | - |
| HSV(B) | 145.09º | 0.43% | 1% | - |
| XYZ | 56.84 | 81.3 | 61.99 | - |
| YUV | 214.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 191 | 0.43 | 0 | 0.25 | 0 | 145.09 | 1 | 0.78 |
| Hex | 91 | FF | BF | 2B | 0 | 19 | 0 | 91 | 64 | 4E |
| Octal | 221 | 377 | 277 | 53 | 0 | 31 | 0 | 221 | 144 | 116 |
| Binary | 10010001 | 11111111 | 10111111 | 101011 | 0 | 11001 | 0 | 10010001 | 1100100 | 1001110 |
Color Harmonies of #91FFBF
Complementary color
Monochromatic Colors of #91FFBF
Black with #91FFBF
Text Example
Text Example
White with #91FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFBF; }
p { color: rgb(145,255,191); }
H1.HeaderClassName
{
color: #91FFBF;
}
.AnyTagClassName
{
color: #91FFBF;
}
</style>
background-color css
<style>
a { background-color: #91FFBF; }
a { background-color: rgb(145,255,191); }
div.DivClassName
{
background-color: #91FFBF;
}
.BgClassName
{
background-color: #91FFBF;
}
</style>
border-color css
<style>
span { border-color: #91FFBF; }
span { border-color: rgb(145,255,191); }
td.TdClassName
{
border-color: #91FFBF;
}
.TagClassName
{
border-color: #91FFBF;
}
</style>