#9FB0A0

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

Shades of Edward #9FB0A0

Tints of Edward #9FB0A0

Color information

#9FB0A0 (or 0x9FB0A0) is unknown color: approx Edward. HEX triplet: 9F, B0 and A0. RGB value is (159,176,160). Sum of RGB (Red+Green+Blue) = 159+176+160=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB0A0 is #604F5F. Grayscale: #A9A9A9. Windows color (decimal): -6311776 or 10530975. OLE color: 10530975.

HSL color Cylindrical-coordinate representation of color #9FB0A0: hue angle of 123.53º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FB0A0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB159176160-
CMYK0.1000.090.31
HSL123.53º9.71%65.69%-
HSV(B)123.53º9.66%69.02%-
XYZ36.1740.9639.26-
YUV169.09122.87120.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=32.12%
G=35.56%
B=32.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591761600.1000.090.31123.539.7165.69
Hex9FB0A0A091F7ca42
Octal237260240120113717412102
Binary10011111101100001010000010100100111111111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,160); }

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

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

 a { background-color: rgb(159,176,160); }

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

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

 span { border-color: rgb(159,176,160); }

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