#80BA87

Color #80BA87 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #80BA87

Tints of De York #80BA87

Color information

#80BA87 (or 0x80BA87) is unknown color: approx De York. HEX triplet: 80, BA and 87. RGB value is (128,186,135). Sum of RGB (Red+Green+Blue) = 128+186+135=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA87 is #7F4578. Grayscale: #A2A2A2. Windows color (decimal): -8340857 or 8895104. OLE color: 8895104.

HSL color Cylindrical-coordinate representation of color #80BA87: hue angle of 127.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BA87 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB128186135-
CMYK0.3100.270.27
HSL127.24º29.59%61.57%-
HSV(B)127.24º31.18%72.94%-
XYZ30.8341.4629.3-
YUV162.84112.28103.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=28.51%
G=41.43%
B=30.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861350.3100.270.27127.2429.5961.57
Hex80BA871F01B1B7f1e3e
Octal20027220737033331773676
Binary1000000010111010100001111111101101111011111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80BA87; }

 p { color: rgb(128,186,135); }

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

<style>
 a { background-color: #80BA87; }

 a { background-color: rgb(128,186,135); }

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

<style>
 span { border-color: #80BA87; }

 span { border-color: rgb(128,186,135); }

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