Shades of Vista Blue #91D0AC
Tints of Vista Blue #91D0AC
RGB
CMYK
RGB Variations
Color information
#91D0AC (or 0x91D0AC) is known color: Vista Blue. HEX triplet: 91, D0 and AC. RGB value is (145,208,172). Sum of RGB (Red+Green+Blue) = 145+208+172=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #91D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D0AC is #6E2F53. Grayscale: #B9B9B9. Windows color (decimal): -7221076 or 11325585. OLE color: 11325585.
HSL color Cylindrical-coordinate representation of color #91D0AC: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91D0AC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 172 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.18 |
| HSL | 145.71º | 0.4% | 0.69% | - |
| HSV(B) | 145.71º | 0.3% | 0.82% | - |
| XYZ | 41.68 | 54.11 | 47.28 | - |
| YUV | 185.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 172 | 0.30 | 0 | 0.17 | 0.18 | 145.71 | 0.4 | 0.69 |
| Hex | 91 | D0 | AC | 1E | 0 | 11 | 12 | 92 | 28 | 45 |
| Octal | 221 | 320 | 254 | 36 | 0 | 21 | 22 | 222 | 50 | 105 |
| Binary | 10010001 | 11010000 | 10101100 | 11110 | 0 | 10001 | 10010 | 10010010 | 101000 | 1000101 |
Color Harmonies of #91D0AC
Complementary color
Monochromatic Colors of #91D0AC
Black with #91D0AC
Text Example
Text Example
White with #91D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D0AC; }
p { color: rgb(145,208,172); }
H1.HeaderClassName
{
color: #91D0AC;
}
.AnyTagClassName
{
color: #91D0AC;
}
</style>
background-color css
<style>
a { background-color: #91D0AC; }
a { background-color: rgb(145,208,172); }
div.DivClassName
{
background-color: #91D0AC;
}
.BgClassName
{
background-color: #91D0AC;
}
</style>
border-color css
<style>
span { border-color: #91D0AC; }
span { border-color: rgb(145,208,172); }
td.TdClassName
{
border-color: #91D0AC;
}
.TagClassName
{
border-color: #91D0AC;
}
</style>