#9ABEAC

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

Shades of Skeptic #9ABEAC

Tints of Skeptic #9ABEAC

Color information

#9ABEAC (or 0x9ABEAC) is unknown color: approx Skeptic. HEX triplet: 9A, BE and AC. RGB value is (154,190,172). Sum of RGB (Red+Green+Blue) = 154+190+172=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABEAC is #654153. Grayscale: #B1B1B1. Windows color (decimal): -6635860 or 11320986. OLE color: 11320986.

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

Color convert

RGB154190172-
CMYK0.1900.090.25
HSL150º21.69%67.45%-
HSV(B)150º18.95%74.51%-
XYZ39.1946.6845.97-
YUV177.18125.07111.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=29.84%
G=36.82%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901720.1900.090.2515021.6967.45
Hex9ABEAC130919961643
Octal232276254230113122626103
Binary10011010101111101010110010011010011100110010110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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