#94C5AE

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

Shades of Vista Blue #94C5AE

Tints of Vista Blue #94C5AE

Color information

#94C5AE (or 0x94C5AE) is unknown color: approx Vista Blue. HEX triplet: 94, C5 and AE. RGB value is (148,197,174). Sum of RGB (Red+Green+Blue) = 148+197+174=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C5AE is #6B3A51. Grayscale: #B3B3B3. Windows color (decimal): -7027282 or 11453844. OLE color: 11453844.

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

Color convert

RGB148197174-
CMYK0.2500.120.23
HSL151.84º29.7%67.65%-
HSV(B)151.84º24.87%77.25%-
XYZ39.8249.2847.46-
YUV179.73124.77105.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=28.52%
G=37.96%
B=33.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481971740.2500.120.23151.8429.767.65
Hex94C5AE190C17981e44
Octal224305256310142723036104
Binary10010100110001011010111011001011001011110011000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,197,174); }

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

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

 a { background-color: rgb(148,197,174); }

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

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

 span { border-color: rgb(148,197,174); }

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