#95D0AC

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

Shades of Vista Blue #95D0AC

Tints of Vista Blue #95D0AC

Color information

#95D0AC (or 0x95D0AC) is unknown color: approx Vista Blue. HEX triplet: 95, D0 and AC. RGB value is (149,208,172). Sum of RGB (Red+Green+Blue) = 149+208+172=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D0AC is #6A2F53. Grayscale: #BABABA. Windows color (decimal): -6958932 or 11325589. OLE color: 11325589.

HSL color Cylindrical-coordinate representation of color #95D0AC: hue angle of 143.39º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0AC is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB149208172-
CMYK0.2800.170.18
HSL143.39º38.56%70%-
HSV(B)143.39º28.37%81.57%-
XYZ42.454.4847.31-
YUV186.26119.95101.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=28.17%
G=39.32%
B=32.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081720.2800.170.18143.3938.5670
Hex95D0AC1C011128f2746
Octal225320254340212221747106
Binary1001010111010000101011001110001000110010100011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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