#97F5B5

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

Shades of Vista Blue #97F5B5

Tints of Vista Blue #97F5B5

Color information

#97F5B5 (or 0x97F5B5) is unknown color: approx Vista Blue. HEX triplet: 97, F5 and B5. RGB value is (151,245,181). Sum of RGB (Red+Green+Blue) = 151+245+181=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #97F5B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F5B5 is #680A4A. Grayscale: #D1D1D1. Windows color (decimal): -6818379 or 11924887. OLE color: 11924887.

HSL color Cylindrical-coordinate representation of color #97F5B5: hue angle of 139.15º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F5B5 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB151245181-
CMYK0.3800.260.04
HSL139.15º82.46%77.65%-
HSV(B)139.15º38.37%96.08%-
XYZ53.7675.2255.4-
YUV209.6111.8686.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.17%
GREEN value IS 245 (96.09% from 255) = 42.46%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=26.17%
G=42.46%
B=31.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512451810.3800.260.04139.1582.4677.65
Hex97F5B52601A48b524e
Octal227365265460324213122116
Binary1001011111110101101101011001100110101001000101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F5B5; }

 p { color: rgb(151,245,181); }

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

<style>
 a { background-color: #97F5B5; }

 a { background-color: rgb(151,245,181); }

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

<style>
 span { border-color: #97F5B5; }

 span { border-color: rgb(151,245,181); }

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