Html Css Color HEX #80C988 De York

📋 copy color: '#80C988'

red 128 ◦ green 201 ◦ blue 136

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

Shades of De York #80C988

Tints of De York #80C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 136 (53.52% from 255) = 29.25%

R = 27.53%
G = 43.23%
B = 29.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#80C988 (or 0x80C988) is known color: De York. HEX triplet: 80, C9 and 88. RGB value is (128,201,136). Sum of RGB (Red+Green+Blue) = 128+201+136=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #80C988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C988 is #7F3677. Grayscale: #ABABAB. Windows color (decimal): -8337016 or 8964480. OLE color: 8964480.

HSL color Cylindrical-coordinate representation of color #80C988: hue angle of 126.58º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C988 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 136 -
CMYK 0.36 0 0.32 0.21
HSL 126.58º 0.4% 0.65% -
HSV(B) 126.58º 0.36% 0.79% -
XYZ 34.23 48.14 30.78 -
YUV 171.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 128 201 136 0.36 0 0.32 0.21 126.58 0.4 0.65
Hex 80 C9 88 24 0 20 15 7F 28 41
Octal 200 311 210 44 0 40 25 177 50 101
Binary 10000000 11001001 10001000 100100 0 100000 10101 1111111 101000 1000001

Color Harmonies of #80C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C988

Black with #80C988

Text Example


Text Example

White with #80C988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,201,136); }

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

background-color css

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

 a { background-color: rgb(128,201,136); }

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

border-color css

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

 span { border-color: rgb(128,201,136); }

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