Html Css Color HEX #9FB1AC Conch

📋 copy color: '#9FB1AC'

red 159 ◦ green 177 ◦ blue 172

#9FB1AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9FB1AC

Tints of Conch #9FB1AC

RGB

 RED value IS 159 (62.5% from 255) = 31.3%

 GREEN value IS 177 (69.53% from 255) = 34.84%

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 31.3%
G = 34.84%
B = 33.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#9FB1AC (or 0x9FB1AC) is known color: 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

RGB 159 177 172 -
CMYK 0.10 0 0.03 0.31
HSL 163.33º 0.1% 0.66% -
HSV(B) 163.33º 0.1% 0.69% -
XYZ 37.47 41.79 45.12 -
YUV 171.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 159 177 172 0.10 0 0.03 0.31 163.33 0.1 0.66
Hex 9F B1 AC A 0 3 1F A3 A 42
Octal 237 261 254 12 0 3 37 243 12 102
Binary 10011111 10110001 10101100 1010 0 11 11111 10100011 1010 1000010

Color Harmonies of #9FB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB1AC

Black with #9FB1AC

Text Example


Text Example

White with #9FB1AC

Text Example


Text Example

HTML Codes & Css Web 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>