#7CCCA0

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

Shades of Padua #7CCCA0

Tints of Padua #7CCCA0

Color information

#7CCCA0 (or 0x7CCCA0) is unknown color: approx Padua. HEX triplet: 7C, CC and A0. RGB value is (124,204,160). Sum of RGB (Red+Green+Blue) = 124+204+160=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCA0 is #83335F. Grayscale: #AFAFAF. Windows color (decimal): -8598368 or 10538108. OLE color: 10538108.

HSL color Cylindrical-coordinate representation of color #7CCCA0: hue angle of 147º 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 #7CCCA0 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB124204160-
CMYK0.3900.220.2
HSL147º43.96%64.31%-
HSV(B)147º39.22%80%-
XYZ36.2550.0141-
YUV175.06119.591.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.41%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=25.41%
G=41.80%
B=32.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041600.3900.220.214743.9664.31
Hex7CCCA02701614932c40
Octal174314240470262422354100
Binary1111100110011001010000010011101011010100100100111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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