#97B9AA

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

Shades of Skeptic #97B9AA

Tints of Skeptic #97B9AA

Color information

#97B9AA (or 0x97B9AA) is unknown color: approx Skeptic. HEX triplet: 97, B9 and AA. RGB value is (151,185,170). Sum of RGB (Red+Green+Blue) = 151+185+170=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #97B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B9AA is #684655. Grayscale: #ADADAD. Windows color (decimal): -6833750 or 11188631. OLE color: 11188631.

HSL color Cylindrical-coordinate representation of color #97B9AA: hue angle of 153.53º 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 #97B9AA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB151185170-
CMYK0.1800.080.27
HSL153.53º19.54%65.88%-
HSV(B)153.53º18.38%72.55%-
XYZ37.3744.1844.59-
YUV173.12126.24112.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=29.84%
G=36.56%
B=33.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511851700.1800.080.27153.5319.5465.88
Hex97B9AA12081B9a1442
Octal227271252220103323224102
Binary10010111101110011010101010010010001101110011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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