#9FBEAB

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

Shades of Skeptic #9FBEAB

Tints of Skeptic #9FBEAB

Color information

#9FBEAB (or 0x9FBEAB) is unknown color: approx Skeptic. HEX triplet: 9F, BE and AB. RGB value is (159,190,171). Sum of RGB (Red+Green+Blue) = 159+190+171=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEAB is #604154. Grayscale: #B2B2B2. Windows color (decimal): -6308181 or 11255455. OLE color: 11255455.

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

Color convert

RGB159190171-
CMYK0.1600.100.25
HSL143.23º19.25%68.43%-
HSV(B)143.23º16.32%74.51%-
XYZ40.0647.1445.52-
YUV178.56123.73114.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=30.58%
G=36.54%
B=32.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901710.1600.100.25143.2319.2568.43
Hex9FBEAB100A198f1344
Octal237276253200123121723104
Binary10011111101111101010101110000010101100110001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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