#9DB6AA

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

Shades of Skeptic #9DB6AA

Tints of Skeptic #9DB6AA

Color information

#9DB6AA (or 0x9DB6AA) is unknown color: approx Skeptic. HEX triplet: 9D, B6 and AA. RGB value is (157,182,170). Sum of RGB (Red+Green+Blue) = 157+182+170=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB6AA is #624955. Grayscale: #ADADAD. Windows color (decimal): -6441302 or 11187869. OLE color: 11187869.

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

Color convert

RGB157182170-
CMYK0.1400.070.29
HSL151.2º14.62%66.47%-
HSV(B)151.2º13.74%71.37%-
XYZ37.8943.5344.43-
YUV173.16126.22116.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.84%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=30.84%
G=35.76%
B=33.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821700.1400.070.29151.214.6266.47
Hex9DB6AAE071D97f42
Octal23526625216073522717102
Binary10011101101101101010101011100111111011001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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