#9FBEAF

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

Shades of Skeptic #9FBEAF

Tints of Skeptic #9FBEAF

Color information

#9FBEAF (or 0x9FBEAF) is unknown color: approx Skeptic. HEX triplet: 9F, BE and AF. RGB value is (159,190,175). Sum of RGB (Red+Green+Blue) = 159+190+175=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEAF is #604150. Grayscale: #B3B3B3. Windows color (decimal): -6308177 or 11517599. OLE color: 11517599.

HSL color Cylindrical-coordinate representation of color #9FBEAF: hue angle of 150.97º 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 #9FBEAF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB159190175-
CMYK0.1600.080.25
HSL150.97º19.25%68.43%-
HSV(B)150.97º16.32%74.51%-
XYZ40.4547.2947.55-
YUV179.02125.73113.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=30.34%
G=36.26%
B=33.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901750.1600.080.25150.9719.2568.43
Hex9FBEAF100819971344
Octal237276257200103122723104
Binary10011111101111101010111110000010001100110010111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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