Html Css Color HEX #80C094 Padua

📋 copy color: '#80C094'

red 128 ◦ green 192 ◦ blue 148

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

Shades of Padua #80C094

Tints of Padua #80C094

RGB

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

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

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

R = 27.35%
G = 41.03%
B = 31.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#80C094 (or 0x80C094) is known color: Padua. HEX triplet: 80, C0 and 94. RGB value is (128,192,148). Sum of RGB (Red+Green+Blue) = 128+192+148=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #80C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C094 is #7F3F6B. Grayscale: #A7A7A7. Windows color (decimal): -8339308 or 9748608. OLE color: 9748608.

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

Color convert

RGB 128 192 148 -
CMYK 0.33 0 0.23 0.25
HSL 138.75º 0.34% 0.63% -
HSV(B) 138.75º 0.33% 0.75% -
XYZ 33.1 44.43 34.85 -
YUV 167.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 128 192 148 0.33 0 0.23 0.25 138.75 0.34 0.63
Hex 80 C0 94 21 0 17 19 8B 22 3F
Octal 200 300 224 41 0 27 31 213 42 77
Binary 10000000 11000000 10010100 100001 0 10111 11001 10001011 100010 111111

Color Harmonies of #80C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C094

Black with #80C094

Text Example


Text Example

White with #80C094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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