#9AB8AE

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

Shades of Skeptic #9AB8AE

Tints of Skeptic #9AB8AE

Color information

#9AB8AE (or 0x9AB8AE) is unknown color: approx Skeptic. HEX triplet: 9A, B8 and AE. RGB value is (154,184,174). Sum of RGB (Red+Green+Blue) = 154+184+174=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB8AE is #654751. Grayscale: #ADADAD. Windows color (decimal): -6637394 or 11450522. OLE color: 11450522.

HSL color Cylindrical-coordinate representation of color #9AB8AE: hue angle of 160º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB8AE is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB154184174-
CMYK0.1600.050.28
HSL160º17.44%66.27%-
HSV(B)160º16.3%72.16%-
XYZ38.1144.2146.57-
YUV173.89128.06113.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=30.08%
G=35.94%
B=33.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541841740.1600.050.2816017.4466.27
Hex9AB8AE10051Ca01142
Octal23227025620053424021102
Binary1001101010111000101011101000001011110010100000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,174); }

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

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

 a { background-color: rgb(154,184,174); }

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

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

 span { border-color: rgb(154,184,174); }

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