#95E9AF

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

Shades of Vista Blue #95E9AF

Tints of Vista Blue #95E9AF

Color information

#95E9AF (or 0x95E9AF) is unknown color: approx Vista Blue. HEX triplet: 95, E9 and AF. RGB value is (149,233,175). Sum of RGB (Red+Green+Blue) = 149+233+175=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E9AF is #6A1650. Grayscale: #C9C9C9. Windows color (decimal): -6952529 or 11528597. OLE color: 11528597.

HSL color Cylindrical-coordinate representation of color #95E9AF: hue angle of 138.57º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9AF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB149233175-
CMYK0.3600.250.09
HSL138.57º65.62%74.9%-
HSV(B)138.57º36.05%91.37%-
XYZ49.2767.7651.04-
YUV201.27113.1790.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 233 (91.41% from 255) = 41.83%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=26.75%
G=41.83%
B=31.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331750.3600.250.09138.5765.6274.9
Hex95E9AF2401998b424b
Octal2253512574403111213102113
Binary10010101111010011010111110010001100110011000101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,233,175); }

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

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

 a { background-color: rgb(149,233,175); }

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

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

 span { border-color: rgb(149,233,175); }

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