#80D08D

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

Shades of De York #80D08D

Tints of De York #80D08D

Color information

#80D08D (or 0x80D08D) is unknown color: approx De York. HEX triplet: 80, D0 and 8D. RGB value is (128,208,141). Sum of RGB (Red+Green+Blue) = 128+208+141=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #80D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D08D is #7F2F72. Grayscale: #B0B0B0. Windows color (decimal): -8335219 or 9293952. OLE color: 9293952.

HSL color Cylindrical-coordinate representation of color #80D08D: hue angle of 129.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D08D is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB128208141-
CMYK0.3800.320.18
HSL129.75º45.98%65.88%-
HSV(B)129.75º38.46%81.57%-
XYZ36.2751.6233.25-
YUV176.4410893.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=26.83%
G=43.61%
B=29.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081410.3800.320.18129.7545.9865.88
Hex80D08D2602012822e42
Octal200320215460402220256102
Binary100000001101000010001101100110010000010010100000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,141); }

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

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

 a { background-color: rgb(128,208,141); }

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

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

 span { border-color: rgb(128,208,141); }

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