#80C99C

Color #80C99C Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #80C99C

Tints of Padua #80C99C

Color information

#80C99C (or 0x80C99C) is unknown color: approx Padua. HEX triplet: 80, C9 and 9C. RGB value is (128,201,156). Sum of RGB (Red+Green+Blue) = 128+201+156=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #80C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C99C is #7F3663. Grayscale: #AEAEAE. Windows color (decimal): -8336996 or 10275200. OLE color: 10275200.

HSL color Cylindrical-coordinate representation of color #80C99C: hue angle of 143.01º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C99C is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB128201156-
CMYK0.3600.220.21
HSL143.01º40.33%64.51%-
HSV(B)143.01º36.32%78.82%-
XYZ35.7948.7638.98-
YUV174.04117.8295.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=26.39%
G=41.44%
B=32.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282011560.3600.220.21143.0140.3364.51
Hex80C99C24016158f2841
Octal200311234440262521750101
Binary10000000110010011001110010010001011010101100011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80C99C;
 }
 .AnyTagClassName
 {
   color: #80C99C;
 }
</style>
background-color css

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

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

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

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

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

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