#7ECDA1

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

Shades of Padua #7ECDA1

Tints of Padua #7ECDA1

Color information

#7ECDA1 (or 0x7ECDA1) is unknown color: approx Padua. HEX triplet: 7E, CD and A1. RGB value is (126,205,161). Sum of RGB (Red+Green+Blue) = 126+205+161=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECDA1 is #81325E. Grayscale: #B0B0B0. Windows color (decimal): -8467039 or 10603902. OLE color: 10603902.

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

Color convert

RGB126205161-
CMYK0.3900.210.20
HSL146.58º44.13%64.9%-
HSV(B)146.58º38.54%80.39%-
XYZ36.8750.6741.56-
YUV176.36119.3392.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.61%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=25.61%
G=41.67%
B=32.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051610.3900.210.20146.5844.1364.9
Hex7ECDA12701514932c41
Octal176315241470252422354101
Binary1111110110011011010000110011101010110100100100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,205,161); }

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

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

 a { background-color: rgb(126,205,161); }

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

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

 span { border-color: rgb(126,205,161); }

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