#9FB6AD

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

Shades of Skeptic #9FB6AD

Tints of Skeptic #9FB6AD

Color information

#9FB6AD (or 0x9FB6AD) is unknown color: approx Skeptic. HEX triplet: 9F, B6 and AD. RGB value is (159,182,173). Sum of RGB (Red+Green+Blue) = 159+182+173=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB6AD is #604952. Grayscale: #AEAEAE. Windows color (decimal): -6310227 or 11384479. OLE color: 11384479.

HSL color Cylindrical-coordinate representation of color #9FB6AD: hue angle of 156.52º 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 #9FB6AD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB159182173-
CMYK0.1300.050.29
HSL156.52º13.61%66.86%-
HSV(B)156.52º12.64%71.37%-
XYZ38.5743.8445.97-
YUV174.1127.38117.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.93%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=30.93%
G=35.41%
B=33.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821730.1300.050.29156.5213.6166.86
Hex9FB6ADD051D9de43
Octal23726625515053523516103
Binary10011111101101101010110111010101111011001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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