#9FADA9

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

Shades of Conch #9FADA9

Tints of Conch #9FADA9

Color information

#9FADA9 (or 0x9FADA9) is unknown color: approx Conch. HEX triplet: 9F, AD and A9. RGB value is (159,173,169). Sum of RGB (Red+Green+Blue) = 159+173+169=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADA9 is #605256. Grayscale: #A8A8A8. Windows color (decimal): -6312535 or 11120031. OLE color: 11120031.

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

Color convert

RGB159173169-
CMYK0.0800.020.32
HSL162.86º7.87%65.1%-
HSV(B)162.86º8.09%67.84%-
XYZ36.440.1243.36-
YUV168.36128.36121.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.74%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=31.74%
G=34.53%
B=33.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591731690.0800.020.32162.867.8765.1
Hex9FADA980220a3841
Octal23725525110024024310101
Binary10011111101011011010100110000101000001010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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