#93AFAC

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

Shades of Conch #93AFAC

Tints of Conch #93AFAC

Color information

#93AFAC (or 0x93AFAC) is unknown color: approx Conch. HEX triplet: 93, AF and AC. RGB value is (147,175,172). Sum of RGB (Red+Green+Blue) = 147+175+172=494 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.76% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFAC is #6C5053. Grayscale: #A6A6A6. Windows color (decimal): -7098452 or 11317139. OLE color: 11317139.

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

Color convert

RGB147175172-
CMYK0.1600.020.31
HSL173.57º14.89%63.14%-
HSV(B)173.57º16%68.63%-
XYZ34.8139.8444.89-
YUV166.29131.22114.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.76%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=29.76%
G=35.43%
B=34.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751720.1600.020.31173.5714.8963.14
Hex93AFAC10021Faef3f
Octal2232572542002372561777
Binary1001001110101111101011001000001011111101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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