Shades of Vista Blue #91F0AC
Tints of Vista Blue #91F0AC
RGB
CMYK
RGB Variations
Color information
#91F0AC (or 0x91F0AC) is known color: Vista Blue. HEX triplet: 91, F0 and AC. RGB value is (145,240,172). Sum of RGB (Red+Green+Blue) = 145+240+172=557 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.03% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #91F0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F0AC is #6E0F53. Grayscale: #CCCCCC. Windows color (decimal): -7212884 or 11333777. OLE color: 11333777.
HSL color Cylindrical-coordinate representation of color #91F0AC: hue angle of 137.05º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F0AC is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 172 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.06 |
| HSL | 137.05º | 0.76% | 0.75% | - |
| HSV(B) | 137.05º | 0.4% | 0.94% | - |
| XYZ | 50.28 | 71.32 | 50.15 | - |
| YUV | 203.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 172 | 0.40 | 0 | 0.28 | 0.06 | 137.05 | 0.76 | 0.75 |
| Hex | 91 | F0 | AC | 28 | 0 | 1C | 6 | 89 | 4C | 4B |
| Octal | 221 | 360 | 254 | 50 | 0 | 34 | 6 | 211 | 114 | 113 |
| Binary | 10010001 | 11110000 | 10101100 | 101000 | 0 | 11100 | 110 | 10001001 | 1001100 | 1001011 |
Color Harmonies of #91F0AC
Complementary color
Monochromatic Colors of #91F0AC
Black with #91F0AC
Text Example
Text Example
White with #91F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F0AC; }
p { color: rgb(145,240,172); }
H1.HeaderClassName
{
color: #91F0AC;
}
.AnyTagClassName
{
color: #91F0AC;
}
</style>
background-color css
<style>
a { background-color: #91F0AC; }
a { background-color: rgb(145,240,172); }
div.DivClassName
{
background-color: #91F0AC;
}
.BgClassName
{
background-color: #91F0AC;
}
</style>
border-color css
<style>
span { border-color: #91F0AC; }
span { border-color: rgb(145,240,172); }
td.TdClassName
{
border-color: #91F0AC;
}
.TagClassName
{
border-color: #91F0AC;
}
</style>