Html Css Color HEX #7EB49C Padua

📋 copy color: '#7EB49C'

red 126 ◦ green 180 ◦ blue 156

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

Shades of Padua #7EB49C

Tints of Padua #7EB49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 156 (61.33% from 255) = 33.77%

R = 27.27%
G = 38.96%
B = 33.77%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#7EB49C (or 0x7EB49C) is known color: Padua. HEX triplet: 7E, B4 and 9C. RGB value is (126,180,156). Sum of RGB (Red+Green+Blue) = 126+180+156=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB49C is #814B63. Grayscale: #A1A1A1. Windows color (decimal): -8473444 or 10269822. OLE color: 10269822.

HSL color Cylindrical-coordinate representation of color #7EB49C: hue angle of 153.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EB49C is Cyan = 0.3, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 180 156 -
CMYK 0.3 0 0.13 0.29
HSL 153.33º 0.26% 0.6% -
HSV(B) 153.33º 0.3% 0.71% -
XYZ 30.93 39.48 37.44 -
YUV 161.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 126 180 156 0.3 0 0.13 0.29 153.33 0.26 0.6
Hex 7E B4 9C 1E 0 D 1D 99 1A 3C
Octal 176 264 234 36 0 15 35 231 32 74
Binary 1111110 10110100 10011100 11110 0 1101 11101 10011001 11010 111100

Color Harmonies of #7EB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB49C

Black with #7EB49C

Text Example


Text Example

White with #7EB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,180,156); }

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

background-color css

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

 a { background-color: rgb(126,180,156); }

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

border-color css

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

 span { border-color: rgb(126,180,156); }

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