#7CC2A3

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

Shades of Padua #7CC2A3

Tints of Padua #7CC2A3

Color information

#7CC2A3 (or 0x7CC2A3) is unknown color: approx Padua. HEX triplet: 7C, C2 and A3. RGB value is (124,194,163). Sum of RGB (Red+Green+Blue) = 124+194+163=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC2A3 is #833D5C. Grayscale: #A9A9A9. Windows color (decimal): -8600925 or 10732156. OLE color: 10732156.

HSL color Cylindrical-coordinate representation of color #7CC2A3: hue angle of 153.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC2A3 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB124194163-
CMYK0.3600.160.24
HSL153.43º36.46%62.35%-
HSV(B)153.43º36.08%76.08%-
XYZ34.2145.5141.63-
YUV169.54124.3195.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=25.78%
G=40.33%
B=33.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941630.3600.160.24153.4336.4662.35
Hex7CC2A3240101899243e
Octal17430224344020302314476
Binary111110011000010101000111001000100001100010011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,194,163); }

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

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

 a { background-color: rgb(124,194,163); }

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

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

 span { border-color: rgb(124,194,163); }

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