#95D4AB

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

Shades of Vista Blue #95D4AB

Tints of Vista Blue #95D4AB

Color information

#95D4AB (or 0x95D4AB) is unknown color: approx Vista Blue. HEX triplet: 95, D4 and AB. RGB value is (149,212,171). Sum of RGB (Red+Green+Blue) = 149+212+171=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #95D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D4AB is #6A2B54. Grayscale: #BCBCBC. Windows color (decimal): -6957909 or 11261077. OLE color: 11261077.

HSL color Cylindrical-coordinate representation of color #95D4AB: hue angle of 140.95º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D4AB is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB149212171-
CMYK0.3000.190.17
HSL140.95º42.28%70.78%-
HSV(B)140.95º29.72%83.14%-
XYZ43.2956.4247.14-
YUV188.49118.1399.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=28.01%
G=39.85%
B=32.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492121710.3000.190.17140.9542.2870.78
Hex95D4AB1E013118d2a47
Octal225324253360232121552107
Binary1001010111010100101010111111001001110001100011011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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