#94CDAA

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

Shades of Vista Blue #94CDAA

Tints of Vista Blue #94CDAA

Color information

#94CDAA (or 0x94CDAA) is unknown color: approx Vista Blue. HEX triplet: 94, CD and AA. RGB value is (148,205,170). Sum of RGB (Red+Green+Blue) = 148+205+170=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CDAA is #6B3255. Grayscale: #B8B8B8. Windows color (decimal): -7025238 or 11193748. OLE color: 11193748.

HSL color Cylindrical-coordinate representation of color #94CDAA: hue angle of 143.16º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CDAA is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB148205170-
CMYK0.2800.170.20
HSL143.16º36.31%69.22%-
HSV(B)143.16º27.8%80.39%-
XYZ41.352.8646.06-
YUV183.97120.12102.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=28.30%
G=39.20%
B=32.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051700.2800.170.20143.1636.3169.22
Hex94CDAA1C011148f2445
Octal224315252340212421744105
Binary1001010011001101101010101110001000110100100011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,205,170); }

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

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

 a { background-color: rgb(148,205,170); }

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

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

 span { border-color: rgb(148,205,170); }

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