#80BE86

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

Shades of De York #80BE86

Tints of De York #80BE86

Color information

#80BE86 (or 0x80BE86) is unknown color: approx De York. HEX triplet: 80, BE and 86. RGB value is (128,190,134). Sum of RGB (Red+Green+Blue) = 128+190+134=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE86 is #7F4179. Grayscale: #A5A5A5. Windows color (decimal): -8339834 or 8830592. OLE color: 8830592.

HSL color Cylindrical-coordinate representation of color #80BE86: hue angle of 125.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BE86 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB128190134-
CMYK0.3300.290.25
HSL125.81º32.29%62.35%-
HSV(B)125.81º32.63%74.51%-
XYZ31.6243.1429.21-
YUV165.08110.46101.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.32%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=28.32%
G=42.04%
B=29.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901340.3300.290.25125.8132.2962.35
Hex80BE862101D197e203e
Octal20027620641035311764076
Binary100000001011111010000110100001011101110011111110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,134); }

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

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

 a { background-color: rgb(128,190,134); }

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

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

 span { border-color: rgb(128,190,134); }

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