#96D9AF

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

Shades of Vista Blue #96D9AF

Tints of Vista Blue #96D9AF

Color information

#96D9AF (or 0x96D9AF) is unknown color: approx Vista Blue. HEX triplet: 96, D9 and AF. RGB value is (150,217,175). Sum of RGB (Red+Green+Blue) = 150+217+175=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9AF is #692650. Grayscale: #C0C0C0. Windows color (decimal): -6891089 or 11524502. OLE color: 11524502.

HSL color Cylindrical-coordinate representation of color #96D9AF: hue angle of 142.39º 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 #96D9AF is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB150217175-
CMYK0.3100.190.15
HSL142.39º46.85%71.96%-
HSV(B)142.39º30.88%85.1%-
XYZ45.1359.249.61-
YUV192.18118.397.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.68%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=27.68%
G=40.04%
B=32.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171750.3100.190.15142.3946.8571.96
Hex96D9AF1F013F8e2f48
Octal226331257370231721657110
Binary100101101101100110101111111110100111111100011101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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