#94E0AD

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

Shades of Vista Blue #94E0AD

Tints of Vista Blue #94E0AD

Color information

#94E0AD (or 0x94E0AD) is unknown color: approx Vista Blue. HEX triplet: 94, E0 and AD. RGB value is (148,224,173). Sum of RGB (Red+Green+Blue) = 148+224+173=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #94E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E0AD is #6B1F52. Grayscale: #C3C3C3. Windows color (decimal): -7020371 or 11395220. OLE color: 11395220.

HSL color Cylindrical-coordinate representation of color #94E0AD: hue angle of 139.74º 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 #94E0AD is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB148224173-
CMYK0.3400.230.12
HSL139.74º55.07%72.94%-
HSV(B)139.74º33.93%87.84%-
XYZ46.4162.6249.18-
YUV195.46115.3294.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 224 (87.89% from 255) = 41.10%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=27.16%
G=41.10%
B=31.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482241730.3400.230.12139.7455.0772.94
Hex94E0AD22017C8c3749
Octal224340255420271421467111
Binary1001010011100000101011011000100101111100100011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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