#9AB6AB

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

Shades of Skeptic #9AB6AB

Tints of Skeptic #9AB6AB

Color information

#9AB6AB (or 0x9AB6AB) is unknown color: approx Skeptic. HEX triplet: 9A, B6 and AB. RGB value is (154,182,171). Sum of RGB (Red+Green+Blue) = 154+182+171=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB6AB is #654954. Grayscale: #ACACAC. Windows color (decimal): -6637909 or 11253402. OLE color: 11253402.

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

Color convert

RGB154182171-
CMYK0.1500.060.29
HSL156.43º16.09%65.88%-
HSV(B)156.43º15.38%71.37%-
XYZ37.4143.2744.91-
YUV172.37127.22114.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=30.37%
G=35.90%
B=33.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821710.1500.060.29156.4316.0965.88
Hex9AB6ABF061D9c1042
Octal23226625317063523420102
Binary100110101011011010101011111101101110110011100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,182,171); }

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

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

 a { background-color: rgb(154,182,171); }

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

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

 span { border-color: rgb(154,182,171); }

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