#94D0AD

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

Shades of Vista Blue #94D0AD

Tints of Vista Blue #94D0AD

Color information

#94D0AD (or 0x94D0AD) is unknown color: approx Vista Blue. HEX triplet: 94, D0 and AD. RGB value is (148,208,173). Sum of RGB (Red+Green+Blue) = 148+208+173=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D0AD is #6B2F52. Grayscale: #BABABA. Windows color (decimal): -7024467 or 11391124. OLE color: 11391124.

HSL color Cylindrical-coordinate representation of color #94D0AD: hue angle of 145º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D0AD is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB148208173-
CMYK0.2900.170.18
HSL145º38.96%69.8%-
HSV(B)145º28.85%81.57%-
XYZ42.3154.4247.81-
YUV186.07120.62100.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=27.98%
G=39.32%
B=32.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081730.2900.170.1814538.9669.8
Hex94D0AD1D01112912746
Octal224320255350212222147106
Binary1001010011010000101011011110101000110010100100011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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