#96AFAC

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

Shades of Conch #96AFAC

Tints of Conch #96AFAC

Color information

#96AFAC (or 0x96AFAC) is unknown color: approx Conch. HEX triplet: 96, AF and AC. RGB value is (150,175,172). Sum of RGB (Red+Green+Blue) = 150+175+172=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 175 - color contains mainly: green. Hex color #96AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AFAC is #695053. Grayscale: #A7A7A7. Windows color (decimal): -6901844 or 11317142. OLE color: 11317142.

HSL color Cylindrical-coordinate representation of color #96AFAC: hue angle of 172.8º degrees, saturation: 0.14, 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 #96AFAC is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB150175172-
CMYK0.1400.020.31
HSL172.8º13.51%63.73%-
HSV(B)172.8º14.29%68.63%-
XYZ35.3540.1244.91-
YUV167.18130.72115.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=30.18%
G=35.21%
B=34.61%

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
Decimal1501751720.1400.020.31172.813.5163.73
Hex96AFACE021Fade40
Octal22625725416023725516100
Binary1001011010101111101011001110010111111010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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