#93AFAD

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

Shades of Conch #93AFAD

Tints of Conch #93AFAD

Color information

#93AFAD (or 0x93AFAD) is unknown color: approx Conch. HEX triplet: 93, AF and AD. RGB value is (147,175,173). Sum of RGB (Red+Green+Blue) = 147+175+173=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #93AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AFAD is #6C5052. Grayscale: #A6A6A6. Windows color (decimal): -7098451 or 11382675. OLE color: 11382675.

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

Color convert

RGB147175173-
CMYK0.1600.010.31
HSL175.71º14.89%63.14%-
HSV(B)175.71º16%68.63%-
XYZ34.9139.8845.39-
YUV166.4131.72114.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.70%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=29.70%
G=35.35%
B=34.95%

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
Decimal1471751730.1600.010.31175.7114.8963.14
Hex93AFAD10011Fb0f3f
Octal2232572552001372601777
Binary100100111010111110101101100000111111101100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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