#94C6AA

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

Shades of Vista Blue #94C6AA

Tints of Vista Blue #94C6AA

Color information

#94C6AA (or 0x94C6AA) is unknown color: approx Vista Blue. HEX triplet: 94, C6 and AA. RGB value is (148,198,170). Sum of RGB (Red+Green+Blue) = 148+198+170=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #94C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C6AA is #6B3955. Grayscale: #B3B3B3. Windows color (decimal): -7027030 or 11191956. OLE color: 11191956.

HSL color Cylindrical-coordinate representation of color #94C6AA: hue angle of 146.4º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C6AA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB148198170-
CMYK0.2500.140.22
HSL146.4º30.49%67.84%-
HSV(B)146.4º25.25%77.65%-
XYZ39.6649.5945.51-
YUV179.86122.44105.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=28.68%
G=38.37%
B=32.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481981700.2500.140.22146.430.4967.84
Hex94C6AA190E16921e44
Octal224306252310162622236104
Binary10010100110001101010101011001011101011010010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C6AA; }

 p { color: rgb(148,198,170); }

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

<style>
 a { background-color: #94C6AA; }

 a { background-color: rgb(148,198,170); }

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

<style>
 span { border-color: #94C6AA; }

 span { border-color: rgb(148,198,170); }

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