#7CCA9E

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

Shades of Padua #7CCA9E

Tints of Padua #7CCA9E

Color information

#7CCA9E (or 0x7CCA9E) is unknown color: approx Padua. HEX triplet: 7C, CA and 9E. RGB value is (124,202,158). Sum of RGB (Red+Green+Blue) = 124+202+158=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA9E is #833561. Grayscale: #ADADAD. Windows color (decimal): -8598882 or 10406524. OLE color: 10406524.

HSL color Cylindrical-coordinate representation of color #7CCA9E: hue angle of 146.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCA9E is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB124202158-
CMYK0.3900.220.21
HSL146.15º42.39%63.92%-
HSV(B)146.15º38.61%79.22%-
XYZ35.648.9939.93-
YUV173.66119.1692.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.62%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=25.62%
G=41.74%
B=32.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242021580.3900.220.21146.1542.3963.92
Hex7CCA9E2701615922a40
Octal174312236470262522252100
Binary1111100110010101001111010011101011010101100100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,202,158); }

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

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

 a { background-color: rgb(124,202,158); }

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

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

 span { border-color: rgb(124,202,158); }

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