#97B9AC

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

Shades of Skeptic #97B9AC

Tints of Skeptic #97B9AC

Color information

#97B9AC (or 0x97B9AC) is unknown color: approx Skeptic. HEX triplet: 97, B9 and AC. RGB value is (151,185,172). Sum of RGB (Red+Green+Blue) = 151+185+172=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #97B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B9AC is #684653. Grayscale: #ADADAD. Windows color (decimal): -6833748 or 11319703. OLE color: 11319703.

HSL color Cylindrical-coordinate representation of color #97B9AC: hue angle of 157.06º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97B9AC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB151185172-
CMYK0.1800.070.27
HSL157.06º19.54%65.88%-
HSV(B)157.06º18.38%72.55%-
XYZ37.5644.2645.59-
YUV173.35127.24112.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=29.72%
G=36.42%
B=33.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851720.1800.070.27157.0619.5465.88
Hex97B9AC12071B9d1442
Octal22727125422073323524102
Binary1001011110111001101011001001001111101110011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,185,172); }

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

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

 a { background-color: rgb(151,185,172); }

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

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

 span { border-color: rgb(151,185,172); }

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