#97AFAC

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

Shades of Conch #97AFAC

Tints of Conch #97AFAC

Color information

#97AFAC (or 0x97AFAC) is unknown color: approx Conch. HEX triplet: 97, AF and AC. RGB value is (151,175,172). Sum of RGB (Red+Green+Blue) = 151+175+172=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFAC is #685053. Grayscale: #A7A7A7. Windows color (decimal): -6836308 or 11317143. OLE color: 11317143.

HSL color Cylindrical-coordinate representation of color #97AFAC: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97AFAC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB151175172-
CMYK0.1400.020.31
HSL172.5º13.04%63.92%-
HSV(B)172.5º13.71%68.63%-
XYZ35.5440.2244.92-
YUV167.48130.55116.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=30.32%
G=35.14%
B=34.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511751720.1400.020.31172.513.0463.92
Hex97AFACE021Facd40
Octal22725725416023725415100
Binary1001011110101111101011001110010111111010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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