Html Css Color HEX #7ECEA0 Padua

📋 copy color: '#7ECEA0'

red 126 ◦ green 206 ◦ blue 160

#7ECEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #7ECEA0

Tints of Padua #7ECEA0

RGB

 RED value IS 126 (49.61% from 255) = 25.61%

 GREEN value IS 206 (80.86% from 255) = 41.87%

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 25.61%
G = 41.87%
B = 32.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#7ECEA0 (or 0x7ECEA0) is known color: Padua. HEX triplet: 7E, CE and A0. RGB value is (126,206,160). Sum of RGB (Red+Green+Blue) = 126+206+160=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEA0 is #81315F. Grayscale: #B0B0B0. Windows color (decimal): -8466784 or 10538622. OLE color: 10538622.

HSL color Cylindrical-coordinate representation of color #7ECEA0: hue angle of 145.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEA0 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 206 160 -
CMYK 0.39 0 0.22 0.19
HSL 145.5º 0.45% 0.65% -
HSV(B) 145.5º 0.39% 0.81% -
XYZ 37.02 51.12 41.17 -
YUV 176.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 126 206 160 0.39 0 0.22 0.19 145.5 0.45 0.65
Hex 7E CE A0 27 0 16 13 92 2D 41
Octal 176 316 240 47 0 26 23 222 55 101
Binary 1111110 11001110 10100000 100111 0 10110 10011 10010010 101101 1000001

Color Harmonies of #7ECEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEA0

Black with #7ECEA0

Text Example


Text Example

White with #7ECEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,206,160); }

 H1.HeaderClassName
 {
   color: #7ECEA0;
 }
 .AnyTagClassName
 {
   color: #7ECEA0;
 }
</style>

background-color css

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

 a { background-color: rgb(126,206,160); }

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

border-color css

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

 span { border-color: rgb(126,206,160); }

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