Html Css Color HEX #80B987 De York

📋 copy color: '#80B987'

red 128 ◦ green 185 ◦ blue 135

#80B987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #80B987

Tints of De York #80B987

RGB

 RED value IS 128 (50.39% from 255) = 28.57%

 GREEN value IS 185 (72.66% from 255) = 41.29%

 BLUE value IS 135 (53.13% from 255) = 30.13%

R = 28.57%
G = 41.29%
B = 30.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#80B987 (or 0x80B987) is known color: De York. HEX triplet: 80, B9 and 87. RGB value is (128,185,135). Sum of RGB (Red+Green+Blue) = 128+185+135=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #80B987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B987 is #7F4678. Grayscale: #A2A2A2. Windows color (decimal): -8341113 or 8894848. OLE color: 8894848.

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

Color convert

RGB 128 185 135 -
CMYK 0.31 0 0.27 0.27
HSL 127.37º 0.29% 0.61% -
HSV(B) 127.37º 0.31% 0.73% -
XYZ 30.62 41.04 29.23 -
YUV 162.26 112.62 103.57 -
System Red Green Blue C M Y K H S L
Decimal 128 185 135 0.31 0 0.27 0.27 127.37 0.29 0.61
Hex 80 B9 87 1F 0 1B 1B 7F 1D 3D
Octal 200 271 207 37 0 33 33 177 35 75
Binary 10000000 10111001 10000111 11111 0 11011 11011 1111111 11101 111101

Color Harmonies of #80B987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B987

Black with #80B987

Text Example


Text Example

White with #80B987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80B987;
 }
 .AnyTagClassName
 {
   color: #80B987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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