#94E6B2

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

Shades of Vista Blue #94E6B2

Tints of Vista Blue #94E6B2

Color information

#94E6B2 (or 0x94E6B2) is unknown color: approx Vista Blue. HEX triplet: 94, E6 and B2. RGB value is (148,230,178). Sum of RGB (Red+Green+Blue) = 148+230+178=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E6B2 is #6B194D. Grayscale: #C7C7C7. Windows color (decimal): -7018830 or 11724436. OLE color: 11724436.

HSL color Cylindrical-coordinate representation of color #94E6B2: hue angle of 141.95º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6B2 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB148230178-
CMYK0.3600.230.10
HSL141.95º62.12%74.12%-
HSV(B)141.95º35.65%90.2%-
XYZ48.5566.152.32-
YUV199.55115.8391.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.62%
GREEN value IS 230 (90.23% from 255) = 41.37%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=26.62%
G=41.37%
B=32.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301780.3600.230.10141.9562.1274.12
Hex94E6B224017A8e3e4a
Octal224346262440271221676112
Binary1001010011100110101100101001000101111010100011101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,178); }

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

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

 a { background-color: rgb(148,230,178); }

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

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

 span { border-color: rgb(148,230,178); }

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