Html Css Color HEX #80C194 Padua

📋 copy color: '#80C194'

red 128 ◦ green 193 ◦ blue 148

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

Shades of Padua #80C194

Tints of Padua #80C194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

 BLUE value IS 148 (58.2% from 255) = 31.56%

R = 27.29%
G = 41.15%
B = 31.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#80C194 (or 0x80C194) is known color: Padua. HEX triplet: 80, C1 and 94. RGB value is (128,193,148). Sum of RGB (Red+Green+Blue) = 128+193+148=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #80C194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C194 is #7F3E6B. Grayscale: #A8A8A8. Windows color (decimal): -8339052 or 9748864. OLE color: 9748864.

HSL color Cylindrical-coordinate representation of color #80C194: hue angle of 138.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C194 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 148 -
CMYK 0.34 0 0.23 0.24
HSL 138.46º 0.34% 0.63% -
HSV(B) 138.46º 0.34% 0.76% -
XYZ 33.32 44.87 34.92 -
YUV 168.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 128 193 148 0.34 0 0.23 0.24 138.46 0.34 0.63
Hex 80 C1 94 22 0 17 18 8A 22 3F
Octal 200 301 224 42 0 27 30 212 42 77
Binary 10000000 11000001 10010100 100010 0 10111 11000 10001010 100010 111111

Color Harmonies of #80C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C194

Black with #80C194

Text Example


Text Example

White with #80C194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,148); }

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

background-color css

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

 a { background-color: rgb(128,193,148); }

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

border-color css

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

 span { border-color: rgb(128,193,148); }

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