#9FB1AC

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

Shades of Conch #9FB1AC

Tints of Conch #9FB1AC

Color information

#9FB1AC (or 0x9FB1AC) is unknown color: approx Conch. HEX triplet: 9F, B1 and AC. RGB value is (159,177,172). Sum of RGB (Red+Green+Blue) = 159+177+172=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB1AC is #604E53. Grayscale: #ABABAB. Windows color (decimal): -6311508 or 11317663. OLE color: 11317663.

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

Color convert

RGB159177172-
CMYK0.1000.030.31
HSL163.33º10.34%65.88%-
HSV(B)163.33º10.17%69.41%-
XYZ37.4741.7945.12-
YUV171.05128.54119.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=31.30%
G=34.84%
B=33.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771720.1000.030.31163.3310.3465.88
Hex9FB1ACA031Fa3a42
Octal23726125412033724312102
Binary1001111110110001101011001010011111111010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,172); }

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

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

 a { background-color: rgb(159,177,172); }

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

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

 span { border-color: rgb(159,177,172); }

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