#95CCAC

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

Shades of Vista Blue #95CCAC

Tints of Vista Blue #95CCAC

Color information

#95CCAC (or 0x95CCAC) is unknown color: approx Vista Blue. HEX triplet: 95, CC and AC. RGB value is (149,204,172). Sum of RGB (Red+Green+Blue) = 149+204+172=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #95CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CCAC is #6A3353. Grayscale: #B7B7B7. Windows color (decimal): -6959956 or 11324565. OLE color: 11324565.

HSL color Cylindrical-coordinate representation of color #95CCAC: hue angle of 145.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CCAC is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB149204172-
CMYK0.2700.160.2
HSL145.09º35.03%69.22%-
HSV(B)145.09º26.96%80%-
XYZ41.4352.5546.99-
YUV183.91121.28103.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=28.38%
G=38.86%
B=32.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041720.2700.160.2145.0935.0369.22
Hex95CCAC1B01014912345
Octal225314254330202422143105
Binary1001010111001100101011001101101000010100100100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,172); }

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

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

 a { background-color: rgb(149,204,172); }

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

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

 span { border-color: rgb(149,204,172); }

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