#96DBAC

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

Shades of Vista Blue #96DBAC

Tints of Vista Blue #96DBAC

Color information

#96DBAC (or 0x96DBAC) is unknown color: approx Vista Blue. HEX triplet: 96, DB and AC. RGB value is (150,219,172). Sum of RGB (Red+Green+Blue) = 150+219+172=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBAC is #692453. Grayscale: #C1C1C1. Windows color (decimal): -6890580 or 11328406. OLE color: 11328406.

HSL color Cylindrical-coordinate representation of color #96DBAC: hue angle of 139.13º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBAC is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB150219172-
CMYK0.3200.210.14
HSL139.13º48.94%72.35%-
HSV(B)139.13º31.51%85.88%-
XYZ45.3660.1348.24-
YUV193.01116.1497.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=27.73%
G=40.48%
B=31.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1502191720.3200.210.14139.1348.9472.35
Hex96DBAC20015E8b3148
Octal226333254400251621361110
Binary1001011011011011101011001000000101011110100010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,219,172); }

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

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

 a { background-color: rgb(150,219,172); }

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

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

 span { border-color: rgb(150,219,172); }

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