#95C7AB

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

Shades of Vista Blue #95C7AB

Tints of Vista Blue #95C7AB

Color information

#95C7AB (or 0x95C7AB) is unknown color: approx Vista Blue. HEX triplet: 95, C7 and AB. RGB value is (149,199,171). Sum of RGB (Red+Green+Blue) = 149+199+171=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #95C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C7AB is #6A3854. Grayscale: #B4B4B4. Windows color (decimal): -6961237 or 11257749. OLE color: 11257749.

HSL color Cylindrical-coordinate representation of color #95C7AB: hue angle of 146.4º degrees, saturation: 0.31, 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 #95C7AB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB149199171-
CMYK0.2500.140.22
HSL146.4º30.86%68.24%-
HSV(B)146.4º25.13%78.04%-
XYZ40.1750.1846.1-
YUV180.86122.44105.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 199 (78.12% from 255) = 38.34%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=28.71%
G=38.34%
B=32.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491991710.2500.140.22146.430.8668.24
Hex95C7AB190E16921f44
Octal225307253310162622237104
Binary10010101110001111010101111001011101011010010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,199,171); }

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

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

 a { background-color: rgb(149,199,171); }

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

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

 span { border-color: rgb(149,199,171); }

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