#9FB4AA

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

Shades of Skeptic #9FB4AA

Tints of Skeptic #9FB4AA

Color information

#9FB4AA (or 0x9FB4AA) is unknown color: approx Skeptic. HEX triplet: 9F, B4 and AA. RGB value is (159,180,170). Sum of RGB (Red+Green+Blue) = 159+180+170=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB4AA is #604B55. Grayscale: #ACACAC. Windows color (decimal): -6310742 or 11187359. OLE color: 11187359.

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

Color convert

RGB159180170-
CMYK0.1200.060.29
HSL151.43º12.28%66.47%-
HSV(B)151.43º11.67%70.59%-
XYZ37.8842.9244.32-
YUV172.58126.54118.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=31.24%
G=35.36%
B=33.40%

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
Decimal1591801700.1200.060.29151.4312.2866.47
Hex9FB4AAC061D97c42
Octal23726425214063522714102
Binary10011111101101001010101011000110111011001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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