#95E3AE

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

Shades of Vista Blue #95E3AE

Tints of Vista Blue #95E3AE

Color information

#95E3AE (or 0x95E3AE) is unknown color: approx Vista Blue. HEX triplet: 95, E3 and AE. RGB value is (149,227,174). Sum of RGB (Red+Green+Blue) = 149+227+174=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E3AE is #6A1C51. Grayscale: #C5C5C5. Windows color (decimal): -6954066 or 11461525. OLE color: 11461525.

HSL color Cylindrical-coordinate representation of color #95E3AE: hue angle of 139.23º 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 #95E3AE is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB149227174-
CMYK0.3400.230.11
HSL139.23º58.21%73.73%-
HSV(B)139.23º34.36%89.02%-
XYZ47.564.3849.97-
YUV197.64114.6693.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 227 (89.06% from 255) = 41.27%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=27.09%
G=41.27%
B=31.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271740.3400.230.11139.2358.2173.73
Hex95E3AE22017B8b3a4a
Octal225343256420271321372112
Binary1001010111100011101011101000100101111011100010111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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