#9ABAAA

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

Shades of Skeptic #9ABAAA

Tints of Skeptic #9ABAAA

Color information

#9ABAAA (or 0x9ABAAA) is unknown color: approx Skeptic. HEX triplet: 9A, BA and AA. RGB value is (154,186,170). Sum of RGB (Red+Green+Blue) = 154+186+170=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAAA is #654555. Grayscale: #AEAEAE. Windows color (decimal): -6636886 or 11188890. OLE color: 11188890.

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

Color convert

RGB154186170-
CMYK0.1700.090.27
HSL150º18.82%66.67%-
HSV(B)150º17.2%72.94%-
XYZ38.1444.8944.68-
YUV174.61125.4113.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=30.20%
G=36.47%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861700.1700.090.2715018.8266.67
Hex9ABAAA11091B961343
Octal232272252210113322623103
Binary10011010101110101010101010001010011101110010110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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