Html Css Color HEX #80C09C Padua

📋 copy color: '#80C09C'

red 128 ◦ green 192 ◦ blue 156

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

Shades of Padua #80C09C

Tints of Padua #80C09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 26.89%
G = 40.34%
B = 32.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#80C09C (or 0x80C09C) is known color: Padua. HEX triplet: 80, C0 and 9C. RGB value is (128,192,156). Sum of RGB (Red+Green+Blue) = 128+192+156=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #80C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C09C is #7F3F63. Grayscale: #A8A8A8. Windows color (decimal): -8339300 or 10272896. OLE color: 10272896.

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

Color convert

RGB 128 192 156 -
CMYK 0.33 0 0.19 0.25
HSL 146.25º 0.34% 0.63% -
HSV(B) 146.25º 0.33% 0.75% -
XYZ 33.75 44.69 38.3 -
YUV 168.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 128 192 156 0.33 0 0.19 0.25 146.25 0.34 0.63
Hex 80 C0 9C 21 0 13 19 92 22 3F
Octal 200 300 234 41 0 23 31 222 42 77
Binary 10000000 11000000 10011100 100001 0 10011 11001 10010010 100010 111111

Color Harmonies of #80C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C09C

Black with #80C09C

Text Example


Text Example

White with #80C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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