#96E4B3

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

Shades of Vista Blue #96E4B3

Tints of Vista Blue #96E4B3

Color information

#96E4B3 (or 0x96E4B3) is unknown color: approx Vista Blue. HEX triplet: 96, E4 and B3. RGB value is (150,228,179). Sum of RGB (Red+Green+Blue) = 150+228+179=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #96E4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E4B3 is #691B4C. Grayscale: #C7C7C7. Windows color (decimal): -6888269 or 11789462. OLE color: 11789462.

HSL color Cylindrical-coordinate representation of color #96E4B3: hue angle of 142.31º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E4B3 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB150228179-
CMYK0.3400.210.11
HSL142.31º59.09%74.12%-
HSV(B)142.31º34.21%89.41%-
XYZ48.4665.2352.68-
YUV199.09116.6692.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 179 (70.31% from 255) = 32.14%
R=26.93%
G=40.93%
B=32.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502281790.3400.210.11142.3159.0974.12
Hex96E4B322015B8e3b4a
Octal226344263420251321673112
Binary1001011011100100101100111000100101011011100011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,228,179); }

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

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

 a { background-color: rgb(150,228,179); }

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

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

 span { border-color: rgb(150,228,179); }

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