#96E0BE

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

Shades of Vista Blue #96E0BE

Tints of Vista Blue #96E0BE

Color information

#96E0BE (or 0x96E0BE) is unknown color: approx Vista Blue. HEX triplet: 96, E0 and BE. RGB value is (150,224,190). Sum of RGB (Red+Green+Blue) = 150+224+190=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0BE is #691F41. Grayscale: #C6C6C6. Windows color (decimal): -6889282 or 12509334. OLE color: 12509334.

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

Color convert

RGB150224190-
CMYK0.3300.150.12
HSL152.43º54.41%73.33%-
HSV(B)152.43º33.04%87.84%-
XYZ48.5363.5158.42-
YUV198123.4893.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.60%
GREEN value IS 224 (87.89% from 255) = 39.72%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=26.60%
G=39.72%
B=33.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241900.3300.150.12152.4354.4173.33
Hex96E0BE210FC983649
Octal226340276410171423066111
Binary100101101110000010111110100001011111100100110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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