#93ADA9

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

Shades of Conch #93ADA9

Tints of Conch #93ADA9

Color information

#93ADA9 (or 0x93ADA9) is unknown color: approx Conch. HEX triplet: 93, AD and A9. RGB value is (147,173,169). Sum of RGB (Red+Green+Blue) = 147+173+169=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADA9 is #6C5256. Grayscale: #A4A4A4. Windows color (decimal): -7098967 or 11120019. OLE color: 11120019.

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

Color convert

RGB147173169-
CMYK0.1500.020.32
HSL170.77º13.68%62.75%-
HSV(B)170.77º15.03%67.84%-
XYZ34.1438.9543.26-
YUV164.77130.39115.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=30.06%
G=35.38%
B=34.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471731690.1500.020.32170.7713.6862.75
Hex93ADA9F0220abe3f
Octal2232552511702402531677
Binary1001001110101101101010011111010100000101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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