#93AFAE

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

Shades of Conch #93AFAE

Tints of Conch #93AFAE

Color information

#93AFAE (or 0x93AFAE) is unknown color: approx Conch. HEX triplet: 93, AF and AE. RGB value is (147,175,174). Sum of RGB (Red+Green+Blue) = 147+175+174=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFAE is #6C5051. Grayscale: #A6A6A6. Windows color (decimal): -7098450 or 11448211. OLE color: 11448211.

HSL color Cylindrical-coordinate representation of color #93AFAE: hue angle of 177.86º 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 #93AFAE is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB147175174-
CMYK0.1600.010.31
HSL177.86º14.89%63.14%-
HSV(B)177.86º16%68.63%-
XYZ3539.9245.9-
YUV166.51132.22114.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.64%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=29.64%
G=35.28%
B=35.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751740.1600.010.31177.8614.8963.14
Hex93AFAE10011Fb2f3f
Octal2232572562001372621777
Binary100100111010111110101110100000111111101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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