Html Css Color HEX #80C09D Padua

📋 copy color: '#80C09D'

red 128 ◦ green 192 ◦ blue 157

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

Shades of Padua #80C09D

Tints of Padua #80C09D

RGB

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

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

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

R = 26.83%
G = 40.25%
B = 32.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#80C09D (or 0x80C09D) is known color: Padua. HEX triplet: 80, C0 and 9D. RGB value is (128,192,157). Sum of RGB (Red+Green+Blue) = 128+192+157=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #80C09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C09D is #7F3F62. Grayscale: #A8A8A8. Windows color (decimal): -8339299 or 10338432. OLE color: 10338432.

HSL color Cylindrical-coordinate representation of color #80C09D: hue angle of 147.19º 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 #80C09D is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 157 -
CMYK 0.33 0 0.18 0.25
HSL 147.19º 0.34% 0.63% -
HSV(B) 147.19º 0.33% 0.75% -
XYZ 33.84 44.72 38.75 -
YUV 168.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 128 192 157 0.33 0 0.18 0.25 147.19 0.34 0.63
Hex 80 C0 9D 21 0 12 19 93 22 3F
Octal 200 300 235 41 0 22 31 223 42 77
Binary 10000000 11000000 10011101 100001 0 10010 11001 10010011 100010 111111

Color Harmonies of #80C09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C09D

Black with #80C09D

Text Example


Text Example

White with #80C09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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