#94E0AF

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

Shades of Vista Blue #94E0AF

Tints of Vista Blue #94E0AF

Color information

#94E0AF (or 0x94E0AF) is unknown color: approx Vista Blue. HEX triplet: 94, E0 and AF. RGB value is (148,224,175). Sum of RGB (Red+Green+Blue) = 148+224+175=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #94E0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E0AF is #6B1F50. Grayscale: #C3C3C3. Windows color (decimal): -7020369 or 11526292. OLE color: 11526292.

HSL color Cylindrical-coordinate representation of color #94E0AF: hue angle of 141.32º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E0AF is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB148224175-
CMYK0.3400.220.12
HSL141.32º55.07%72.94%-
HSV(B)141.32º33.93%87.84%-
XYZ46.6162.750.2-
YUV195.69116.3293.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 224 (87.89% from 255) = 40.95%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=27.06%
G=40.95%
B=31.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482241750.3400.220.12141.3255.0772.94
Hex94E0AF22016C8d3749
Octal224340257420261421567111
Binary1001010011100000101011111000100101101100100011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,224,175); }

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

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

 a { background-color: rgb(148,224,175); }

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

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

 span { border-color: rgb(148,224,175); }

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