#95C5AA

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

Shades of Vista Blue #95C5AA

Tints of Vista Blue #95C5AA

Color information

#95C5AA (or 0x95C5AA) is unknown color: approx Vista Blue. HEX triplet: 95, C5 and AA. RGB value is (149,197,170). Sum of RGB (Red+Green+Blue) = 149+197+170=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #95C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C5AA is #6A3A55. Grayscale: #B3B3B3. Windows color (decimal): -6961750 or 11191701. OLE color: 11191701.

HSL color Cylindrical-coordinate representation of color #95C5AA: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C5AA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB149197170-
CMYK0.2400.140.23
HSL146.25º29.27%67.84%-
HSV(B)146.25º24.37%77.25%-
XYZ39.6249.2245.44-
YUV179.57122.6106.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=28.88%
G=38.18%
B=32.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971700.2400.140.23146.2529.2767.84
Hex95C5AA180E17921d44
Octal225305252300162722235104
Binary10010101110001011010101011000011101011110010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C5AA; }

 p { color: rgb(149,197,170); }

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

<style>
 a { background-color: #95C5AA; }

 a { background-color: rgb(149,197,170); }

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

<style>
 span { border-color: #95C5AA; }

 span { border-color: rgb(149,197,170); }

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