#97C1AC

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

Shades of Skeptic #97C1AC

Tints of Skeptic #97C1AC

Color information

#97C1AC (or 0x97C1AC) is unknown color: approx Skeptic. HEX triplet: 97, C1 and AC. RGB value is (151,193,172). Sum of RGB (Red+Green+Blue) = 151+193+172=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C1AC is #683E53. Grayscale: #B2B2B2. Windows color (decimal): -6831700 or 11321751. OLE color: 11321751.

HSL color Cylindrical-coordinate representation of color #97C1AC: hue angle of 150º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C1AC is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB151193172-
CMYK0.2200.110.24
HSL150º25.3%67.45%-
HSV(B)150º21.76%75.69%-
XYZ39.2847.746.17-
YUV178.05124.59108.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=29.26%
G=37.40%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511931720.2200.110.2415025.367.45
Hex97C1AC160B18961943
Octal227301254260133022631103
Binary10010111110000011010110010110010111100010010110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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