#7CCE96

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

Shades of Padua #7CCE96

Tints of Padua #7CCE96

Color information

#7CCE96 (or 0x7CCE96) is unknown color: approx Padua. HEX triplet: 7C, CE and 96. RGB value is (124,206,150). Sum of RGB (Red+Green+Blue) = 124+206+150=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCE96 is #833169. Grayscale: #AFAFAF. Windows color (decimal): -8597866 or 9883260. OLE color: 9883260.

HSL color Cylindrical-coordinate representation of color #7CCE96: hue angle of 139.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCE96 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB124206150-
CMYK0.4000.270.19
HSL139.02º45.56%64.71%-
HSV(B)139.02º39.81%80.78%-
XYZ35.8950.6336.74-
YUV175.1113.8391.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 206 (80.86% from 255) = 42.92%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=25.83%
G=42.92%
B=31.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242061500.4000.270.19139.0245.5664.71
Hex7CCE962801B138b2e41
Octal174316226500332321356101
Binary1111100110011101001011010100001101110011100010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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