Html Css Color HEX #9FB0AB Conch

📋 copy color: '#9FB0AB'

red 159 ◦ green 176 ◦ blue 171

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

Shades of Conch #9FB0AB

Tints of Conch #9FB0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 31.42%
G = 34.78%
B = 33.79%

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

#9FB0AB (or 0x9FB0AB) is known color: Conch. HEX triplet: 9F, B0 and AB. RGB value is (159,176,171). Sum of RGB (Red+Green+Blue) = 159+176+171=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0AB is #604F54. Grayscale: #AAAAAA. Windows color (decimal): -6311765 or 11251871. OLE color: 11251871.

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

Color convert

RGB 159 176 171 -
CMYK 0.10 0 0.03 0.31
HSL 162.35º 0.1% 0.66% -
HSV(B) 162.35º 0.1% 0.69% -
XYZ 37.17 41.36 44.55 -
YUV 170.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 159 176 171 0.10 0 0.03 0.31 162.35 0.1 0.66
Hex 9F B0 AB A 0 3 1F A2 A 42
Octal 237 260 253 12 0 3 37 242 12 102
Binary 10011111 10110000 10101011 1010 0 11 11111 10100010 1010 1000010

Color Harmonies of #9FB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB0AB

Black with #9FB0AB

Text Example


Text Example

White with #9FB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FB0AB;
 }
 .AnyTagClassName
 {
   color: #9FB0AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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