#94D3AC

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

Shades of Vista Blue #94D3AC

Tints of Vista Blue #94D3AC

Color information

#94D3AC (or 0x94D3AC) is unknown color: approx Vista Blue. HEX triplet: 94, D3 and AC. RGB value is (148,211,172). Sum of RGB (Red+Green+Blue) = 148+211+172=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D3AC is #6B2C53. Grayscale: #BBBBBB. Windows color (decimal): -7023700 or 11326356. OLE color: 11326356.

HSL color Cylindrical-coordinate representation of color #94D3AC: hue angle of 142.86º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3AC is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB148211172-
CMYK0.3000.180.17
HSL142.86º41.72%70.39%-
HSV(B)142.86º29.86%82.75%-
XYZ42.9555.8647.55-
YUV187.72119.1399.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=27.87%
G=39.74%
B=32.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482111720.3000.180.17142.8641.7270.39
Hex94D3AC1E012118f2a46
Octal224323254360222121752106
Binary1001010011010011101011001111001001010001100011111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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