#9CADA9

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

Shades of Conch #9CADA9

Tints of Conch #9CADA9

Color information

#9CADA9 (or 0x9CADA9) is unknown color: approx Conch. HEX triplet: 9C, AD and A9. RGB value is (156,173,169). Sum of RGB (Red+Green+Blue) = 156+173+169=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADA9 is #635256. Grayscale: #A7A7A7. Windows color (decimal): -6509143 or 11120028. OLE color: 11120028.

HSL color Cylindrical-coordinate representation of color #9CADA9: hue angle of 165.88º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CADA9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB156173169-
CMYK0.1000.020.32
HSL165.88º9.39%64.51%-
HSV(B)165.88º9.83%67.84%-
XYZ35.8239.8243.33-
YUV167.46128.87119.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=31.33%
G=34.74%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561731690.1000.020.32165.889.3964.51
Hex9CADA9A0220a6941
Octal23425525112024024611101
Binary10011100101011011010100110100101000001010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CADA9; }

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

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

<style>
 a { background-color: #9CADA9; }

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

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

<style>
 span { border-color: #9CADA9; }

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

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