#95E3AD

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

Shades of Vista Blue #95E3AD

Tints of Vista Blue #95E3AD

Color information

#95E3AD (or 0x95E3AD) is unknown color: approx Vista Blue. HEX triplet: 95, E3 and AD. RGB value is (149,227,173). Sum of RGB (Red+Green+Blue) = 149+227+173=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E3AD is #6A1C52. Grayscale: #C5C5C5. Windows color (decimal): -6954067 or 11395989. OLE color: 11395989.

HSL color Cylindrical-coordinate representation of color #95E3AD: hue angle of 138.46º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E3AD is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB149227173-
CMYK0.3400.240.11
HSL138.46º58.21%73.73%-
HSV(B)138.46º34.36%89.02%-
XYZ47.4164.3449.46-
YUV197.52114.1693.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.14%
GREEN value IS 227 (89.06% from 255) = 41.35%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=27.14%
G=41.35%
B=31.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271730.3400.240.11138.4658.2173.73
Hex95E3AD22018B8a3a4a
Octal225343255420301321272112
Binary1001010111100011101011011000100110001011100010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,227,173); }

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

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

 a { background-color: rgb(149,227,173); }

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

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

 span { border-color: rgb(149,227,173); }

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