#9FBCAC

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

Shades of Skeptic #9FBCAC

Tints of Skeptic #9FBCAC

Color information

#9FBCAC (or 0x9FBCAC) is unknown color: approx Skeptic. HEX triplet: 9F, BC and AC. RGB value is (159,188,172). Sum of RGB (Red+Green+Blue) = 159+188+172=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCAC is #604353. Grayscale: #B1B1B1. Windows color (decimal): -6308692 or 11320479. OLE color: 11320479.

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

Color convert

RGB159188172-
CMYK0.1500.090.26
HSL146.9º17.79%68.04%-
HSV(B)146.9º15.43%73.73%-
XYZ39.7346.3245.88-
YUV177.5124.89114.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.64%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=30.64%
G=36.22%
B=33.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881720.1500.090.26146.917.7968.04
Hex9FBCACF091A931244
Octal237274254170113222322104
Binary1001111110111100101011001111010011101010010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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