Shades of Vista Blue #96C5AC
Tints of Vista Blue #96C5AC
RGB
CMYK
RGB Variations
Color information
#96C5AC (or 0x96C5AC) is known color: Vista Blue. HEX triplet: 96, C5 and AC. RGB value is (150,197,172). Sum of RGB (Red+Green+Blue) = 150+197+172=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5AC is #693A53. Grayscale: #B4B4B4. Windows color (decimal): -6896212 or 11322774. OLE color: 11322774.
HSL color Cylindrical-coordinate representation of color #96C5AC: hue angle of 148.09º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5AC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 172 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.23 |
| HSL | 148.09º | 0.29% | 0.68% | - |
| HSV(B) | 148.09º | 0.24% | 0.77% | - |
| XYZ | 39.99 | 49.4 | 46.46 | - |
| YUV | 180.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 172 | 0.24 | 0 | 0.13 | 0.23 | 148.09 | 0.29 | 0.68 |
| Hex | 96 | C5 | AC | 18 | 0 | D | 17 | 94 | 1D | 44 |
| Octal | 226 | 305 | 254 | 30 | 0 | 15 | 27 | 224 | 35 | 104 |
| Binary | 10010110 | 11000101 | 10101100 | 11000 | 0 | 1101 | 10111 | 10010100 | 11101 | 1000100 |
Color Harmonies of #96C5AC
Complementary color
Monochromatic Colors of #96C5AC
Black with #96C5AC
Text Example
Text Example
White with #96C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C5AC; }
p { color: rgb(150,197,172); }
H1.HeaderClassName
{
color: #96C5AC;
}
.AnyTagClassName
{
color: #96C5AC;
}
</style>
background-color css
<style>
a { background-color: #96C5AC; }
a { background-color: rgb(150,197,172); }
div.DivClassName
{
background-color: #96C5AC;
}
.BgClassName
{
background-color: #96C5AC;
}
</style>
border-color css
<style>
span { border-color: #96C5AC; }
span { border-color: rgb(150,197,172); }
td.TdClassName
{
border-color: #96C5AC;
}
.TagClassName
{
border-color: #96C5AC;
}
</style>