Shades of Vista Blue #96C6AA
Tints of Vista Blue #96C6AA
RGB
CMYK
RGB Variations
Color information
#96C6AA (or 0x96C6AA) is known color: Vista Blue. HEX triplet: 96, C6 and AA. RGB value is (150,198,170). Sum of RGB (Red+Green+Blue) = 150+198+170=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C6AA is #693955. Grayscale: #B4B4B4. Windows color (decimal): -6895958 or 11191958. OLE color: 11191958.
HSL color Cylindrical-coordinate representation of color #96C6AA: hue angle of 145º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C6AA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 170 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.22 |
| HSL | 145º | 0.3% | 0.68% | - |
| HSV(B) | 145º | 0.24% | 0.78% | - |
| XYZ | 40.03 | 49.77 | 45.53 | - |
| YUV | 180.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 170 | 0.24 | 0 | 0.14 | 0.22 | 145 | 0.3 | 0.68 |
| Hex | 96 | C6 | AA | 18 | 0 | E | 16 | 91 | 1E | 44 |
| Octal | 226 | 306 | 252 | 30 | 0 | 16 | 26 | 221 | 36 | 104 |
| Binary | 10010110 | 11000110 | 10101010 | 11000 | 0 | 1110 | 10110 | 10010001 | 11110 | 1000100 |
Color Harmonies of #96C6AA
Complementary color
Monochromatic Colors of #96C6AA
Black with #96C6AA
Text Example
Text Example
White with #96C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6AA; }
p { color: rgb(150,198,170); }
H1.HeaderClassName
{
color: #96C6AA;
}
.AnyTagClassName
{
color: #96C6AA;
}
</style>
background-color css
<style>
a { background-color: #96C6AA; }
a { background-color: rgb(150,198,170); }
div.DivClassName
{
background-color: #96C6AA;
}
.BgClassName
{
background-color: #96C6AA;
}
</style>
border-color css
<style>
span { border-color: #96C6AA; }
span { border-color: rgb(150,198,170); }
td.TdClassName
{
border-color: #96C6AA;
}
.TagClassName
{
border-color: #96C6AA;
}
</style>