#9FB0AE

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

Shades of Conch #9FB0AE

Tints of Conch #9FB0AE

Color information

#9FB0AE (or 0x9FB0AE) is unknown color: approx Conch. HEX triplet: 9F, B0 and AE. RGB value is (159,176,174). Sum of RGB (Red+Green+Blue) = 159+176+174=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0AE is #604F51. Grayscale: #AAAAAA. Windows color (decimal): -6311762 or 11448479. OLE color: 11448479.

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

Color convert

RGB159176174-
CMYK0.1000.010.31
HSL172.94º9.71%65.69%-
HSV(B)172.94º9.66%69.02%-
XYZ37.4641.4846.08-
YUV170.69129.87119.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=31.24%
G=34.58%
B=34.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591761740.1000.010.31172.949.7165.69
Hex9FB0AEA011Fada42
Octal23726025612013725512102
Binary100111111011000010101110101001111111010110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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