#97C3AA

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

Shades of Skeptic #97C3AA

Tints of Skeptic #97C3AA

Color information

#97C3AA (or 0x97C3AA) is unknown color: approx Skeptic. HEX triplet: 97, C3 and AA. RGB value is (151,195,170). Sum of RGB (Red+Green+Blue) = 151+195+170=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #97C3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C3AA is #683C55. Grayscale: #B3B3B3. Windows color (decimal): -6831190 or 11191191. OLE color: 11191191.

HSL color Cylindrical-coordinate representation of color #97C3AA: hue angle of 145.91º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C3AA is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB151195170-
CMYK0.2300.130.24
HSL145.91º26.83%67.84%-
HSV(B)145.91º22.56%76.47%-
XYZ39.5348.5145.31-
YUV178.99122.92108.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=29.26%
G=37.79%
B=32.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951700.2300.130.24145.9126.8367.84
Hex97C3AA170D18921b44
Octal227303252270153022233104
Binary10010111110000111010101010111011011100010010010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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