#9DB6AD

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

Shades of Skeptic #9DB6AD

Tints of Skeptic #9DB6AD

Color information

#9DB6AD (or 0x9DB6AD) is unknown color: approx Skeptic. HEX triplet: 9D, B6 and AD. RGB value is (157,182,173). Sum of RGB (Red+Green+Blue) = 157+182+173=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6AD is #624952. Grayscale: #ADADAD. Windows color (decimal): -6441299 or 11384477. OLE color: 11384477.

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

Color convert

RGB157182173-
CMYK0.1400.050.29
HSL158.4º14.62%66.47%-
HSV(B)158.4º13.74%71.37%-
XYZ38.1843.6445.95-
YUV173.5127.72116.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=30.66%
G=35.55%
B=33.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821730.1400.050.29158.414.6266.47
Hex9DB6ADE051D9ef42
Octal23526625516053523617102
Binary10011101101101101010110111100101111011001111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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