#9AB9AD

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

Shades of Skeptic #9AB9AD

Tints of Skeptic #9AB9AD

Color information

#9AB9AD (or 0x9AB9AD) is unknown color: approx Skeptic. HEX triplet: 9A, B9 and AD. RGB value is (154,185,173). Sum of RGB (Red+Green+Blue) = 154+185+173=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB9AD is #654652. Grayscale: #AEAEAE. Windows color (decimal): -6637139 or 11385242. OLE color: 11385242.

HSL color Cylindrical-coordinate representation of color #9AB9AD: hue angle of 156.77º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB9AD is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB154185173-
CMYK0.1700.060.27
HSL156.77º18.13%66.47%-
HSV(B)156.77º16.76%72.55%-
XYZ38.2244.5946.13-
YUV174.36127.23113.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=30.08%
G=36.13%
B=33.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541851730.1700.060.27156.7718.1366.47
Hex9AB9AD11061B9d1242
Octal23227125521063323522102
Binary1001101010111001101011011000101101101110011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,185,173); }

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

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

 a { background-color: rgb(154,185,173); }

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

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

 span { border-color: rgb(154,185,173); }

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