#9FB6AA

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

Shades of Skeptic #9FB6AA

Tints of Skeptic #9FB6AA

Color information

#9FB6AA (or 0x9FB6AA) is unknown color: approx Skeptic. HEX triplet: 9F, B6 and AA. RGB value is (159,182,170). Sum of RGB (Red+Green+Blue) = 159+182+170=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB6AA is #604955. Grayscale: #ADADAD. Windows color (decimal): -6310230 or 11187871. OLE color: 11187871.

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

Color convert

RGB159182170-
CMYK0.1300.070.29
HSL148.7º13.61%66.86%-
HSV(B)148.7º12.64%71.37%-
XYZ38.2843.7344.45-
YUV173.76125.88117.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=31.12%
G=35.62%
B=33.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591821700.1300.070.29148.713.6166.86
Hex9FB6AAD071D95e43
Octal23726625215073522516103
Binary10011111101101101010101011010111111011001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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