#97C2AA

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

Shades of Skeptic #97C2AA

Tints of Skeptic #97C2AA

Color information

#97C2AA (or 0x97C2AA) is unknown color: approx Skeptic. HEX triplet: 97, C2 and AA. RGB value is (151,194,170). Sum of RGB (Red+Green+Blue) = 151+194+170=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #97C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C2AA is #683D55. Grayscale: #B2B2B2. Windows color (decimal): -6831446 or 11190935. OLE color: 11190935.

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

Color convert

RGB151194170-
CMYK0.2200.120.24
HSL146.51º26.06%67.65%-
HSV(B)146.51º22.16%76.08%-
XYZ39.3148.0745.24-
YUV178.41123.25108.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=29.32%
G=37.67%
B=33.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511941700.2200.120.24146.5126.0667.65
Hex97C2AA160C18931a44
Octal227302252260143022332104
Binary10010111110000101010101010110011001100010010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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