#9BAE9C

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

Shades of Edward #9BAE9C

Tints of Edward #9BAE9C

Color information

#9BAE9C (or 0x9BAE9C) is unknown color: approx Edward. HEX triplet: 9B, AE and 9C. RGB value is (155,174,156). Sum of RGB (Red+Green+Blue) = 155+174+156=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE9C is #645163. Grayscale: #A6A6A6. Windows color (decimal): -6574436 or 10268315. OLE color: 10268315.

HSL color Cylindrical-coordinate representation of color #9BAE9C: hue angle of 123.16º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAE9C is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB155174156-
CMYK0.1100.100.32
HSL123.16º10.5%64.51%-
HSV(B)123.16º10.92%68.24%-
XYZ34.6539.6437.28-
YUV166.27122.21119.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=31.96%
G=35.88%
B=32.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741560.1100.100.32123.1610.564.51
Hex9BAE9CB0A207ba41
Octal233256234130124017312101
Binary100110111010111010011100101101010100000111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,156); }

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

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

 a { background-color: rgb(155,174,156); }

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

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

 span { border-color: rgb(155,174,156); }

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