#9FBAAB

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

Shades of Skeptic #9FBAAB

Tints of Skeptic #9FBAAB

Color information

#9FBAAB (or 0x9FBAAB) is unknown color: approx Skeptic. HEX triplet: 9F, BA and AB. RGB value is (159,186,171). Sum of RGB (Red+Green+Blue) = 159+186+171=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBAAB is #604554. Grayscale: #B0B0B0. Windows color (decimal): -6309205 or 11254431. OLE color: 11254431.

HSL color Cylindrical-coordinate representation of color #9FBAAB: hue angle of 146.67º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAAB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB159186171-
CMYK0.1500.080.27
HSL146.67º16.36%67.65%-
HSV(B)146.67º14.52%72.94%-
XYZ39.2145.4345.23-
YUV176.22125.05115.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=30.81%
G=36.05%
B=33.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861710.1500.080.27146.6716.3667.65
Hex9FBAABF081B931044
Octal237272253170103322320104
Binary1001111110111010101010111111010001101110010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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