#95F6B6

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

Shades of Vista Blue #95F6B6

Tints of Vista Blue #95F6B6

Color information

#95F6B6 (or 0x95F6B6) is unknown color: approx Vista Blue. HEX triplet: 95, F6 and B6. RGB value is (149,246,182). Sum of RGB (Red+Green+Blue) = 149+246+182=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #95F6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F6B6 is #6A0949. Grayscale: #D1D1D1. Windows color (decimal): -6949194 or 11990677. OLE color: 11990677.

HSL color Cylindrical-coordinate representation of color #95F6B6: hue angle of 140.41º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F6B6 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB149246182-
CMYK0.3900.260.04
HSL140.41º84.35%77.45%-
HSV(B)140.41º39.43%96.47%-
XYZ53.7975.6856.03-
YUV209.7112.3684.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.82%
GREEN value IS 246 (96.48% from 255) = 42.63%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=25.82%
G=42.63%
B=31.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492461820.3900.260.04140.4184.3577.45
Hex95F6B62701A48c544d
Octal225366266470324214124115
Binary1001010111110110101101101001110110101001000110010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,246,182); }

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

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

 a { background-color: rgb(149,246,182); }

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

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

 span { border-color: rgb(149,246,182); }

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