#80C187

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

Shades of De York #80C187

Tints of De York #80C187

Color information

#80C187 (or 0x80C187) is unknown color: approx De York. HEX triplet: 80, C1 and 87. RGB value is (128,193,135). Sum of RGB (Red+Green+Blue) = 128+193+135=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #80C187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C187 is #7F3E78. Grayscale: #A7A7A7. Windows color (decimal): -8339065 or 8896896. OLE color: 8896896.

HSL color Cylindrical-coordinate representation of color #80C187: hue angle of 126.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C187 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB128193135-
CMYK0.3400.300.24
HSL126.46º34.39%62.94%-
HSV(B)126.46º33.68%75.69%-
XYZ32.3544.4829.8-
YUV166.95109.97100.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=28.07%
G=42.32%
B=29.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931350.3400.300.24126.4634.3962.94
Hex80C1872201E187e223f
Octal20030120742036301764277
Binary100000001100000110000111100010011110110001111110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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