#7CCC9D

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

Shades of Padua #7CCC9D

Tints of Padua #7CCC9D

Color information

#7CCC9D (or 0x7CCC9D) is unknown color: approx Padua. HEX triplet: 7C, CC and 9D. RGB value is (124,204,157). Sum of RGB (Red+Green+Blue) = 124+204+157=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC9D is #833362. Grayscale: #AEAEAE. Windows color (decimal): -8598371 or 10341500. OLE color: 10341500.

HSL color Cylindrical-coordinate representation of color #7CCC9D: hue angle of 144.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC9D is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB124204157-
CMYK0.3900.230.2
HSL144.75º43.96%64.31%-
HSV(B)144.75º39.22%80%-
XYZ35.9949.9139.63-
YUV174.7211891.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 204 (80.08% from 255) = 42.06%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=25.57%
G=42.06%
B=32.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041570.3900.230.2144.7543.9664.31
Hex7CCC9D2701714912c40
Octal174314235470272422154100
Binary1111100110011001001110110011101011110100100100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,157); }

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

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

 a { background-color: rgb(124,204,157); }

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

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

 span { border-color: rgb(124,204,157); }

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