#8FAB96

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

Shades of Edward #8FAB96

Tints of Edward #8FAB96

Color information

#8FAB96 (or 0x8FAB96) is unknown color: approx Edward. HEX triplet: 8F, AB and 96. RGB value is (143,171,150). Sum of RGB (Red+Green+Blue) = 143+171+150=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAB96 is #705469. Grayscale: #A0A0A0. Windows color (decimal): -7361642 or 9874319. OLE color: 9874319.

HSL color Cylindrical-coordinate representation of color #8FAB96: hue angle of 135º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAB96 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB143171150-
CMYK0.1600.120.33
HSL135º14.29%61.57%-
HSV(B)135º16.37%67.06%-
XYZ31.437.1734.37-
YUV160.23122.22115.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=30.82%
G=36.85%
B=32.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711500.1600.120.3313514.2961.57
Hex8FAB96100C2187e3e
Octal21725322620014412071676
Binary1000111110101011100101101000001100100001100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FAB96; }

 p { color: rgb(143,171,150); }

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

<style>
 a { background-color: #8FAB96; }

 a { background-color: rgb(143,171,150); }

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

<style>
 span { border-color: #8FAB96; }

 span { border-color: rgb(143,171,150); }

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