#96D9AE

Color #96D9AE Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #96D9AE

Tints of Vista Blue #96D9AE

Color information

#96D9AE (or 0x96D9AE) is unknown color: approx Vista Blue. HEX triplet: 96, D9 and AE. RGB value is (150,217,174). Sum of RGB (Red+Green+Blue) = 150+217+174=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9AE is #692651. Grayscale: #C0C0C0. Windows color (decimal): -6891090 or 11458966. OLE color: 11458966.

HSL color Cylindrical-coordinate representation of color #96D9AE: hue angle of 141.49º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D9AE is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB150217174-
CMYK0.3100.200.15
HSL141.49º46.85%71.96%-
HSV(B)141.49º30.88%85.1%-
XYZ45.0359.1749.09-
YUV192.06117.898-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=27.73%
G=40.11%
B=32.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171740.3100.200.15141.4946.8571.96
Hex96D9AE1F014F8d2f48
Octal226331256370241721557110
Binary100101101101100110101110111110101001111100011011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D9AE; }

 p { color: rgb(150,217,174); }

 H1.HeaderClassName
 {
   color: #96D9AE;
 }
 .AnyTagClassName
 {
   color: #96D9AE;
 }
</style>
background-color css

<style>
 a { background-color: #96D9AE; }

 a { background-color: rgb(150,217,174); }

 div.DivClassName
 {
   background-color: #96D9AE;
 }
 .BgClassName
 {
   background-color: #96D9AE;
 }
</style>
border-color css

<style>
 span { border-color: #96D9AE; }

 span { border-color: rgb(150,217,174); }

 td.TdClassName
 {
   border-color: #96D9AE;
 }
 .TagClassName
 {
   border-color: #96D9AE;
 }
</style>