Html Css Color HEX #80C69D Padua

📋 copy color: '#80C69D'

red 128 ◦ green 198 ◦ blue 157

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

Shades of Padua #80C69D

Tints of Padua #80C69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

 BLUE value IS 157 (61.72% from 255) = 32.51%

R = 26.5%
G = 40.99%
B = 32.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#80C69D (or 0x80C69D) is known color: Padua. HEX triplet: 80, C6 and 9D. RGB value is (128,198,157). Sum of RGB (Red+Green+Blue) = 128+198+157=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #80C69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C69D is #7F3962. Grayscale: #ACACAC. Windows color (decimal): -8337763 or 10339968. OLE color: 10339968.

HSL color Cylindrical-coordinate representation of color #80C69D: hue angle of 144.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C69D is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 157 -
CMYK 0.35 0 0.21 0.22
HSL 144.86º 0.38% 0.64% -
HSV(B) 144.86º 0.35% 0.78% -
XYZ 35.18 47.41 39.2 -
YUV 172.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 128 198 157 0.35 0 0.21 0.22 144.86 0.38 0.64
Hex 80 C6 9D 23 0 15 16 91 26 40
Octal 200 306 235 43 0 25 26 221 46 100
Binary 10000000 11000110 10011101 100011 0 10101 10110 10010001 100110 1000000

Color Harmonies of #80C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C69D

Black with #80C69D

Text Example


Text Example

White with #80C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,198,157); }

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

background-color css

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

 a { background-color: rgb(128,198,157); }

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

border-color css

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

 span { border-color: rgb(128,198,157); }

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