Html Css Color HEX #7ECEA1 Padua

📋 copy color: '#7ECEA1'

red 126 ◦ green 206 ◦ blue 161

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

Shades of Padua #7ECEA1

Tints of Padua #7ECEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.66%

R = 25.56%
G = 41.78%
B = 32.66%

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

#7ECEA1 (or 0x7ECEA1) is known color: Padua. HEX triplet: 7E, CE and A1. RGB value is (126,206,161). Sum of RGB (Red+Green+Blue) = 126+206+161=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEA1 is #81315E. Grayscale: #B1B1B1. Windows color (decimal): -8466783 or 10604158. OLE color: 10604158.

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

Color convert

RGB 126 206 161 -
CMYK 0.39 0 0.22 0.19
HSL 146.25º 0.45% 0.65% -
HSV(B) 146.25º 0.39% 0.81% -
XYZ 37.11 51.15 41.64 -
YUV 176.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 126 206 161 0.39 0 0.22 0.19 146.25 0.45 0.65
Hex 7E CE A1 27 0 16 13 92 2D 41
Octal 176 316 241 47 0 26 23 222 55 101
Binary 1111110 11001110 10100001 100111 0 10110 10011 10010010 101101 1000001

Color Harmonies of #7ECEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECEA1

Black with #7ECEA1

Text Example


Text Example

White with #7ECEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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