Shades of Aquamarine #91FFC0
Tints of Aquamarine #91FFC0
RGB
CMYK
RGB Variations
Color information
#91FFC0 (or 0x91FFC0) is known color: Aquamarine. HEX triplet: 91, FF and C0. RGB value is (145,255,192). Sum of RGB (Red+Green+Blue) = 145+255+192=592 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.49% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91FFC0 is #6E003F. Grayscale: #D7D7D7. Windows color (decimal): -7209024 or 12648337. OLE color: 12648337.
HSL color Cylindrical-coordinate representation of color #91FFC0: hue angle of 145.64º 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 #91FFC0 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 192 | - |
| CMYK | 0.43 | 0 | 0.25 | 0 |
| HSL | 145.64º | 1% | 0.78% | - |
| HSV(B) | 145.64º | 0.43% | 1% | - |
| XYZ | 56.95 | 81.35 | 62.57 | - |
| YUV | 214.93 | 115.06 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 192 | 0.43 | 0 | 0.25 | 0 | 145.64 | 1 | 0.78 |
| Hex | 91 | FF | C0 | 2B | 0 | 19 | 0 | 92 | 64 | 4E |
| Octal | 221 | 377 | 300 | 53 | 0 | 31 | 0 | 222 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11000000 | 101011 | 0 | 11001 | 0 | 10010010 | 1100100 | 1001110 |
Color Harmonies of #91FFC0
Complementary color
Monochromatic Colors of #91FFC0
Black with #91FFC0
Text Example
Text Example
White with #91FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFC0; }
p { color: rgb(145,255,192); }
H1.HeaderClassName
{
color: #91FFC0;
}
.AnyTagClassName
{
color: #91FFC0;
}
</style>
background-color css
<style>
a { background-color: #91FFC0; }
a { background-color: rgb(145,255,192); }
div.DivClassName
{
background-color: #91FFC0;
}
.BgClassName
{
background-color: #91FFC0;
}
</style>
border-color css
<style>
span { border-color: #91FFC0; }
span { border-color: rgb(145,255,192); }
td.TdClassName
{
border-color: #91FFC0;
}
.TagClassName
{
border-color: #91FFC0;
}
</style>