#9FBEAC

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

Shades of Skeptic #9FBEAC

Tints of Skeptic #9FBEAC

Color information

#9FBEAC (or 0x9FBEAC) is unknown color: approx Skeptic. HEX triplet: 9F, BE and AC. RGB value is (159,190,172). Sum of RGB (Red+Green+Blue) = 159+190+172=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEAC is #604153. Grayscale: #B2B2B2. Windows color (decimal): -6308180 or 11320991. OLE color: 11320991.

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

Color convert

RGB159190172-
CMYK0.1600.090.25
HSL145.16º19.25%68.43%-
HSV(B)145.16º16.32%74.51%-
XYZ40.1647.1846.02-
YUV178.68124.23113.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=30.52%
G=36.47%
B=33.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901720.1600.090.25145.1619.2568.43
Hex9FBEAC100919911344
Octal237276254200113122123104
Binary10011111101111101010110010000010011100110010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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