#97D0AB

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

Shades of Vista Blue #97D0AB

Tints of Vista Blue #97D0AB

Color information

#97D0AB (or 0x97D0AB) is unknown color: approx Vista Blue. HEX triplet: 97, D0 and AB. RGB value is (151,208,171). Sum of RGB (Red+Green+Blue) = 151+208+171=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #97D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D0AB is #682F54. Grayscale: #BABABA. Windows color (decimal): -6827861 or 11260055. OLE color: 11260055.

HSL color Cylindrical-coordinate representation of color #97D0AB: hue angle of 141.05º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97D0AB is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB151208171-
CMYK0.2700.180.18
HSL141.05º37.75%70.39%-
HSV(B)141.05º27.4%81.57%-
XYZ42.6754.6346.82-
YUV186.74119.12102.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.49%
GREEN value IS 208 (81.64% from 255) = 39.25%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=28.49%
G=39.25%
B=32.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512081710.2700.180.18141.0537.7570.39
Hex97D0AB1B012128d2646
Octal227320253330222221546106
Binary1001011111010000101010111101101001010010100011011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,208,171); }

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

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

 a { background-color: rgb(151,208,171); }

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

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

 span { border-color: rgb(151,208,171); }

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