#9ABCAA

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

Shades of Skeptic #9ABCAA

Tints of Skeptic #9ABCAA

Color information

#9ABCAA (or 0x9ABCAA) is unknown color: approx Skeptic. HEX triplet: 9A, BC and AA. RGB value is (154,188,170). Sum of RGB (Red+Green+Blue) = 154+188+170=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABCAA is #654355. Grayscale: #AFAFAF. Windows color (decimal): -6636374 or 11189402. OLE color: 11189402.

HSL color Cylindrical-coordinate representation of color #9ABCAA: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABCAA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB154188170-
CMYK0.1800.100.26
HSL148.24º20.24%67.06%-
HSV(B)148.24º18.09%73.73%-
XYZ38.5745.7444.83-
YUV175.78124.74112.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=30.08%
G=36.72%
B=33.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881700.1800.100.26148.2420.2467.06
Hex9ABCAA120A1A941443
Octal232274252220123222424103
Binary10011010101111001010101010010010101101010010100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,170); }

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

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

 a { background-color: rgb(154,188,170); }

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

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

 span { border-color: rgb(154,188,170); }

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