#9FBBAB

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

Shades of Skeptic #9FBBAB

Tints of Skeptic #9FBBAB

Color information

#9FBBAB (or 0x9FBBAB) is unknown color: approx Skeptic. HEX triplet: 9F, BB and AB. RGB value is (159,187,171). Sum of RGB (Red+Green+Blue) = 159+187+171=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBAB is #604454. Grayscale: #B0B0B0. Windows color (decimal): -6308949 or 11254687. OLE color: 11254687.

HSL color Cylindrical-coordinate representation of color #9FBBAB: hue angle of 145.71º degrees, saturation: 0.17, 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 #9FBBAB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB159187171-
CMYK0.1500.090.27
HSL145.71º17.07%67.84%-
HSV(B)145.71º14.97%73.33%-
XYZ39.4245.8545.3-
YUV176.8124.72115.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=30.75%
G=36.17%
B=33.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871710.1500.090.27145.7117.0767.84
Hex9FBBABF091B921144
Octal237273253170113322221104
Binary1001111110111011101010111111010011101110010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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