#9FB5AD

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

Shades of Skeptic #9FB5AD

Tints of Skeptic #9FB5AD

Color information

#9FB5AD (or 0x9FB5AD) is unknown color: approx Skeptic. HEX triplet: 9F, B5 and AD. RGB value is (159,181,173). Sum of RGB (Red+Green+Blue) = 159+181+173=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5AD is #604A52. Grayscale: #ADADAD. Windows color (decimal): -6310483 or 11384223. OLE color: 11384223.

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

Color convert

RGB159181173-
CMYK0.1200.040.29
HSL158.18º12.94%66.67%-
HSV(B)158.18º12.15%70.98%-
XYZ38.3643.4445.9-
YUV173.51127.71117.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=30.99%
G=35.28%
B=33.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811730.1200.040.29158.1812.9466.67
Hex9FB5ADC041D9ed43
Octal23726525514043523615103
Binary10011111101101011010110111000100111011001111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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