#95E5AE

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

Shades of Vista Blue #95E5AE

Tints of Vista Blue #95E5AE

Color information

#95E5AE (or 0x95E5AE) is unknown color: approx Vista Blue. HEX triplet: 95, E5 and AE. RGB value is (149,229,174). Sum of RGB (Red+Green+Blue) = 149+229+174=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #95E5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E5AE is #6A1A51. Grayscale: #C6C6C6. Windows color (decimal): -6953554 or 11462037. OLE color: 11462037.

HSL color Cylindrical-coordinate representation of color #95E5AE: hue angle of 138.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E5AE is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB149229174-
CMYK0.3500.240.10
HSL138.75º60.61%74.12%-
HSV(B)138.75º34.93%89.8%-
XYZ48.0565.4850.15-
YUV198.8111492.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 229 (89.84% from 255) = 41.49%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=26.99%
G=41.49%
B=31.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492291740.3500.240.10138.7560.6174.12
Hex95E5AE23018A8b3d4a
Octal225345256430301221375112
Binary1001010111100101101011101000110110001010100010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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