#7CC496

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

Shades of Padua #7CC496

Tints of Padua #7CC496

Color information

#7CC496 (or 0x7CC496) is unknown color: approx Padua. HEX triplet: 7C, C4 and 96. RGB value is (124,196,150). Sum of RGB (Red+Green+Blue) = 124+196+150=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC496 is #833B69. Grayscale: #A9A9A9. Windows color (decimal): -8600426 or 9880700. OLE color: 9880700.

HSL color Cylindrical-coordinate representation of color #7CC496: hue angle of 141.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC496 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB124196150-
CMYK0.3700.230.23
HSL141.67º37.89%62.75%-
HSV(B)141.67º36.73%76.86%-
XYZ33.5645.9735.96-
YUV169.23117.1595.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=26.38%
G=41.70%
B=31.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241961500.3700.230.23141.6737.8962.75
Hex7CC49625017178e263f
Octal17430422645027272164677
Binary111110011000100100101101001010101111011110001110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CC496; }

 p { color: rgb(124,196,150); }

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

<style>
 a { background-color: #7CC496; }

 a { background-color: rgb(124,196,150); }

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

<style>
 span { border-color: #7CC496; }

 span { border-color: rgb(124,196,150); }

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