Html Css Color HEX #7ECDA1 Padua

📋 copy color: '#7ECDA1'

red 126 ◦ green 205 ◦ blue 161

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

Shades of Padua #7ECDA1

Tints of Padua #7ECDA1

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 value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#7ECDA1 (or 0x7ECDA1) is known color: 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

RGB 126 205 161 -
CMYK 0.39 0 0.21 0.20
HSL 146.58º 0.44% 0.65% -
HSV(B) 146.58º 0.39% 0.8% -
XYZ 36.87 50.67 41.56 -
YUV 176.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 126 205 161 0.39 0 0.21 0.20 146.58 0.44 0.65
Hex 7E CD A1 27 0 15 14 93 2C 41
Octal 176 315 241 47 0 25 24 223 54 101
Binary 1111110 11001101 10100001 100111 0 10101 10100 10010011 101100 1000001

Color Harmonies of #7ECDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECDA1

Black with #7ECDA1

Text Example


Text Example

White with #7ECDA1

Text Example


Text Example

HTML Codes & Css Web 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>