#97C3AE

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

Shades of Skeptic #97C3AE

Tints of Skeptic #97C3AE

Color information

#97C3AE (or 0x97C3AE) is unknown color: approx Skeptic. HEX triplet: 97, C3 and AE. RGB value is (151,195,174). Sum of RGB (Red+Green+Blue) = 151+195+174=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #97C3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C3AE is #683C51. Grayscale: #B3B3B3. Windows color (decimal): -6831186 or 11453335. OLE color: 11453335.

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

Color convert

RGB151195174-
CMYK0.2300.110.24
HSL151.36º26.83%67.84%-
HSV(B)151.36º22.56%76.47%-
XYZ39.9248.6747.33-
YUV179.45124.92107.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=29.04%
G=37.5%
B=33.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951740.2300.110.24151.3626.8367.84
Hex97C3AE170B18971b44
Octal227303256270133022733104
Binary10010111110000111010111010111010111100010010111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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