#9AB3AB

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

Shades of Skeptic #9AB3AB

Tints of Skeptic #9AB3AB

Color information

#9AB3AB (or 0x9AB3AB) is unknown color: approx Skeptic. HEX triplet: 9A, B3 and AB. RGB value is (154,179,171). Sum of RGB (Red+Green+Blue) = 154+179+171=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB3AB is #654C54. Grayscale: #AAAAAA. Windows color (decimal): -6638677 or 11252634. OLE color: 11252634.

HSL color Cylindrical-coordinate representation of color #9AB3AB: hue angle of 160.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB3AB is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB154179171-
CMYK0.1400.040.30
HSL160.8º14.12%65.29%-
HSV(B)160.8º13.97%70.2%-
XYZ36.842.0544.71-
YUV170.61128.22116.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=30.56%
G=35.52%
B=33.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791710.1400.040.30160.814.1265.29
Hex9AB3ABE041Ea1e41
Octal23226325316043624116101
Binary10011010101100111010101111100100111101010000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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