Html Css Color HEX #80C08B De York

📋 copy color: '#80C08B'

red 128 ◦ green 192 ◦ blue 139

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

Shades of De York #80C08B

Tints of De York #80C08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 27.89%
G = 41.83%
B = 30.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#80C08B (or 0x80C08B) is known color: De York. HEX triplet: 80, C0 and 8B. RGB value is (128,192,139). Sum of RGB (Red+Green+Blue) = 128+192+139=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #80C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C08B is #7F3F74. Grayscale: #A6A6A6. Windows color (decimal): -8339317 or 9158784. OLE color: 9158784.

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

Color convert

RGB 128 192 139 -
CMYK 0.33 0 0.28 0.25
HSL 130.31º 0.34% 0.63% -
HSV(B) 130.31º 0.33% 0.75% -
XYZ 32.41 44.15 31.24 -
YUV 166.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 128 192 139 0.33 0 0.28 0.25 130.31 0.34 0.63
Hex 80 C0 8B 21 0 1C 19 82 22 3F
Octal 200 300 213 41 0 34 31 202 42 77
Binary 10000000 11000000 10001011 100001 0 11100 11001 10000010 100010 111111

Color Harmonies of #80C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C08B

Black with #80C08B

Text Example


Text Example

White with #80C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,139); }

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

background-color css

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

 a { background-color: rgb(128,192,139); }

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

border-color css

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

 span { border-color: rgb(128,192,139); }

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