#96d6b9

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

Shades of Vista Blue #96D6B9

Tints of Vista Blue #96D6B9

Color information

#96D6B9 (or 0x96D6B9) is unknown color: approx Vista Blue. HEX triplet: 96, D6 and B9. RGB value is (150,214,185). Sum of RGB (Red+Green+Blue) = 150+214+185=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D6B9 is #692946. Grayscale: #BFBFBF. Windows color (decimal): -6891847 or 12179094. OLE color: 12179094.

HSL color Cylindrical-coordinate representation of color #96D6B9: hue angle of 152.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6B9 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB150214185-
CMYK0.3000.140.16
HSL152.81º43.84%71.37%-
HSV(B)152.81º29.91%83.92%-
XYZ45.3858.0854.72-
YUV191.56124.398.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.32%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=27.32%
G=38.98%
B=33.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141850.3000.140.16152.8143.8471.37
Hex96D6B91E0E10992c47
Octal226326271360162023154107
Binary100101101101011010111001111100111010000100110011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96d6b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,185); }

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

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

 a { background-color: rgb(150,214,185); }

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

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

 span { border-color: rgb(150,214,185); }

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