#95C6AE

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

Shades of Vista Blue #95C6AE

Tints of Vista Blue #95C6AE

Color information

#95C6AE (or 0x95C6AE) is unknown color: approx Vista Blue. HEX triplet: 95, C6 and AE. RGB value is (149,198,174). Sum of RGB (Red+Green+Blue) = 149+198+174=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C6AE is #6A3951. Grayscale: #B4B4B4. Windows color (decimal): -6961490 or 11454101. OLE color: 11454101.

HSL color Cylindrical-coordinate representation of color #95C6AE: hue angle of 150.61º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C6AE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB149198174-
CMYK0.2500.120.22
HSL150.61º30.06%68.04%-
HSV(B)150.61º24.75%77.65%-
XYZ40.2349.8347.54-
YUV180.61124.27105.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=28.60%
G=38.00%
B=33.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491981740.2500.120.22150.6130.0668.04
Hex95C6AE190C16971e44
Octal225306256310142622736104
Binary10010101110001101010111011001011001011010010111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,174); }

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

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

 a { background-color: rgb(149,198,174); }

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

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

 span { border-color: rgb(149,198,174); }

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