Html Css Color HEX #80CCA0 Padua

📋 copy color: '#80CCA0'

red 128 ◦ green 204 ◦ blue 160

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

Shades of Padua #80CCA0

Tints of Padua #80CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 26.02%
G = 41.46%
B = 32.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#80CCA0 (or 0x80CCA0) is known color: Padua. HEX triplet: 80, CC and A0. RGB value is (128,204,160). Sum of RGB (Red+Green+Blue) = 128+204+160=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA0 is #7F335F. Grayscale: #B0B0B0. Windows color (decimal): -8336224 or 10538112. OLE color: 10538112.

HSL color Cylindrical-coordinate representation of color #80CCA0: hue angle of 145.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA0 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 160 -
CMYK 0.37 0 0.22 0.2
HSL 145.26º 0.43% 0.65% -
HSV(B) 145.26º 0.37% 0.8% -
XYZ 36.84 50.31 41.03 -
YUV 176.26 118.82 93.58 -
System Red Green Blue C M Y K H S L
Decimal 128 204 160 0.37 0 0.22 0.2 145.26 0.43 0.65
Hex 80 CC A0 25 0 16 14 91 2B 41
Octal 200 314 240 45 0 26 24 221 53 101
Binary 10000000 11001100 10100000 100101 0 10110 10100 10010001 101011 1000001

Color Harmonies of #80CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCA0

Black with #80CCA0

Text Example


Text Example

White with #80CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,160); }

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

background-color css

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

 a { background-color: rgb(128,204,160); }

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

border-color css

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

 span { border-color: rgb(128,204,160); }

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