#9DB7AC

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

Shades of Skeptic #9DB7AC

Tints of Skeptic #9DB7AC

Color information

#9DB7AC (or 0x9DB7AC) is unknown color: approx Skeptic. HEX triplet: 9D, B7 and AC. RGB value is (157,183,172). Sum of RGB (Red+Green+Blue) = 157+183+172=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB7AC is #624853. Grayscale: #ADADAD. Windows color (decimal): -6441044 or 11319197. OLE color: 11319197.

HSL color Cylindrical-coordinate representation of color #9DB7AC: hue angle of 154.62º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DB7AC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB157183172-
CMYK0.1400.060.28
HSL154.62º15.29%66.67%-
HSV(B)154.62º14.21%71.76%-
XYZ38.2844.0145.51-
YUV173.97126.89115.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.66%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=30.66%
G=35.74%
B=33.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831720.1400.060.28154.6215.2966.67
Hex9DB7ACE061C9bf43
Octal23526725416063423317103
Binary10011101101101111010110011100110111001001101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,172); }

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

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

 a { background-color: rgb(157,183,172); }

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

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

 span { border-color: rgb(157,183,172); }

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