#9ABFAC

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

Shades of Skeptic #9ABFAC

Tints of Skeptic #9ABFAC

Color information

#9ABFAC (or 0x9ABFAC) is unknown color: approx Skeptic. HEX triplet: 9A, BF and AC. RGB value is (154,191,172). Sum of RGB (Red+Green+Blue) = 154+191+172=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABFAC is #654053. Grayscale: #B1B1B1. Windows color (decimal): -6635604 or 11321242. OLE color: 11321242.

HSL color Cylindrical-coordinate representation of color #9ABFAC: hue angle of 149.19º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABFAC is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB154191172-
CMYK0.1900.100.25
HSL149.19º22.42%67.65%-
HSV(B)149.19º19.37%74.9%-
XYZ39.447.1146.05-
YUV177.77124.74111.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=29.79%
G=36.94%
B=33.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911720.1900.100.25149.1922.4267.65
Hex9ABFAC130A19951644
Octal232277254230123122526104
Binary10011010101111111010110010011010101100110010101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,172); }

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

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

 a { background-color: rgb(154,191,172); }

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

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

 span { border-color: rgb(154,191,172); }

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