#96E1BE

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

Shades of Vista Blue #96E1BE

Tints of Vista Blue #96E1BE

Color information

#96E1BE (or 0x96E1BE) is unknown color: approx Vista Blue. HEX triplet: 96, E1 and BE. RGB value is (150,225,190). Sum of RGB (Red+Green+Blue) = 150+225+190=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E1BE is #691E41. Grayscale: #C6C6C6. Windows color (decimal): -6889026 or 12509590. OLE color: 12509590.

HSL color Cylindrical-coordinate representation of color #96E1BE: hue angle of 152º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E1BE is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB150225190-
CMYK0.3300.160.12
HSL152º55.56%73.53%-
HSV(B)152º33.33%88.24%-
XYZ48.864.0558.51-
YUV198.58123.1593.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.55%
GREEN value IS 225 (88.28% from 255) = 39.82%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=26.55%
G=39.82%
B=33.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502251900.3300.160.1215255.5673.53
Hex96E1BE21010C98384a
Octal226341276410201423070112
Binary1001011011100001101111101000010100001100100110001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,225,190); }

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

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

 a { background-color: rgb(150,225,190); }

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

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

 span { border-color: rgb(150,225,190); }

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