#9FB5AA

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

Shades of Skeptic #9FB5AA

Tints of Skeptic #9FB5AA

Color information

#9FB5AA (or 0x9FB5AA) is unknown color: approx Skeptic. HEX triplet: 9F, B5 and AA. RGB value is (159,181,170). Sum of RGB (Red+Green+Blue) = 159+181+170=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5AA is #604A55. Grayscale: #ADADAD. Windows color (decimal): -6310486 or 11187615. OLE color: 11187615.

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

Color convert

RGB159181170-
CMYK0.1200.060.29
HSL150º12.94%66.67%-
HSV(B)150º12.15%70.98%-
XYZ38.0843.3244.39-
YUV173.17126.21117.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.18%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=31.18%
G=35.49%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811700.1200.060.2915012.9466.67
Hex9FB5AAC061D96d43
Octal23726525214063522615103
Binary10011111101101011010101011000110111011001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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