#94DCAC

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

Shades of Vista Blue #94DCAC

Tints of Vista Blue #94DCAC

Color information

#94DCAC (or 0x94DCAC) is unknown color: approx Vista Blue. HEX triplet: 94, DC and AC. RGB value is (148,220,172). Sum of RGB (Red+Green+Blue) = 148+220+172=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #94DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DCAC is #6B2353. Grayscale: #C1C1C1. Windows color (decimal): -7021396 or 11328660. OLE color: 11328660.

HSL color Cylindrical-coordinate representation of color #94DCAC: hue angle of 140º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCAC is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB148220172-
CMYK0.3300.220.14
HSL140º50.7%72.16%-
HSV(B)140º32.73%86.27%-
XYZ45.2560.4648.31-
YUV193116.1595.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.41%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=27.41%
G=40.74%
B=31.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482201720.3300.220.1414050.772.16
Hex94DCAC21016E8c3348
Octal224334254410261621463110
Binary1001010011011100101011001000010101101110100011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,172); }

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

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

 a { background-color: rgb(148,220,172); }

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

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

 span { border-color: rgb(148,220,172); }

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