#97C3AC

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

Shades of Skeptic #97C3AC

Tints of Skeptic #97C3AC

Color information

#97C3AC (or 0x97C3AC) is unknown color: approx Skeptic. HEX triplet: 97, C3 and AC. RGB value is (151,195,172). Sum of RGB (Red+Green+Blue) = 151+195+172=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #97C3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C3AC is #683C53. Grayscale: #B3B3B3. Windows color (decimal): -6831188 or 11322263. OLE color: 11322263.

HSL color Cylindrical-coordinate representation of color #97C3AC: hue angle of 148.64º 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 #97C3AC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB151195172-
CMYK0.2300.120.24
HSL148.64º26.83%67.84%-
HSV(B)148.64º22.56%76.47%-
XYZ39.7248.5946.31-
YUV179.22123.92107.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.15%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=29.15%
G=37.64%
B=33.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951720.2300.120.24148.6426.8367.84
Hex97C3AC170C18951b44
Octal227303254270143022533104
Binary10010111110000111010110010111011001100010010101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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