#9FB6AB

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

Shades of Skeptic #9FB6AB

Tints of Skeptic #9FB6AB

Color information

#9FB6AB (or 0x9FB6AB) is unknown color: approx Skeptic. HEX triplet: 9F, B6 and AB. RGB value is (159,182,171). Sum of RGB (Red+Green+Blue) = 159+182+171=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB6AB is #604954. Grayscale: #ADADAD. Windows color (decimal): -6310229 or 11253407. OLE color: 11253407.

HSL color Cylindrical-coordinate representation of color #9FB6AB: hue angle of 151.3º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FB6AB is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB159182171-
CMYK0.1300.060.29
HSL151.3º13.61%66.86%-
HSV(B)151.3º12.64%71.37%-
XYZ38.3843.7744.95-
YUV173.87126.38117.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=31.05%
G=35.55%
B=33.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821710.1300.060.29151.313.6166.86
Hex9FB6ABD061D97e43
Octal23726625315063522716103
Binary10011111101101101010101111010110111011001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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