#9FBFAE

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

Shades of Skeptic #9FBFAE

Tints of Skeptic #9FBFAE

Color information

#9FBFAE (or 0x9FBFAE) is unknown color: approx Skeptic. HEX triplet: 9F, BF and AE. RGB value is (159,191,174). Sum of RGB (Red+Green+Blue) = 159+191+174=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBFAE is #604051. Grayscale: #B3B3B3. Windows color (decimal): -6307922 or 11452319. OLE color: 11452319.

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

Color convert

RGB159191174-
CMYK0.1700.090.25
HSL148.12º20%68.63%-
HSV(B)148.12º16.75%74.9%-
XYZ40.5747.6947.11-
YUV179.49124.9113.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=30.34%
G=36.45%
B=33.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911740.1700.090.25148.122068.63
Hex9FBFAE110919941445
Octal237277256210113122424105
Binary10011111101111111010111010001010011100110010100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,174); }

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

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

 a { background-color: rgb(159,191,174); }

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

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

 span { border-color: rgb(159,191,174); }

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