#9FB0AD

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

Shades of Conch #9FB0AD

Tints of Conch #9FB0AD

Color information

#9FB0AD (or 0x9FB0AD) is unknown color: approx Conch. HEX triplet: 9F, B0 and AD. RGB value is (159,176,173). Sum of RGB (Red+Green+Blue) = 159+176+173=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0AD is #604F52. Grayscale: #AAAAAA. Windows color (decimal): -6311763 or 11382943. OLE color: 11382943.

HSL color Cylindrical-coordinate representation of color #9FB0AD: hue angle of 169.41º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FB0AD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB159176173-
CMYK0.1000.020.31
HSL169.41º9.71%65.69%-
HSV(B)169.41º9.66%69.02%-
XYZ37.3741.4445.56-
YUV170.58129.37119.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=31.30%
G=34.65%
B=34.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591761730.1000.020.31169.419.7165.69
Hex9FB0ADA021Fa9a42
Octal23726025512023725112102
Binary1001111110110000101011011010010111111010100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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