Html Css Color HEX #7EBC94 Padua

📋 copy color: '#7EBC94'

red 126 ◦ green 188 ◦ blue 148

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

Shades of Padua #7EBC94

Tints of Padua #7EBC94

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 27.27%
G = 40.69%
B = 32.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#7EBC94 (or 0x7EBC94) is known color: Padua. HEX triplet: 7E, BC and 94. RGB value is (126,188,148). Sum of RGB (Red+Green+Blue) = 126+188+148=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC94 is #81436B. Grayscale: #A4A4A4. Windows color (decimal): -8471404 or 9747582. OLE color: 9747582.

HSL color Cylindrical-coordinate representation of color #7EBC94: hue angle of 141.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBC94 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 148 -
CMYK 0.33 0 0.21 0.26
HSL 141.29º 0.32% 0.62% -
HSV(B) 141.29º 0.33% 0.74% -
XYZ 31.93 42.54 34.55 -
YUV 164.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 126 188 148 0.33 0 0.21 0.26 141.29 0.32 0.62
Hex 7E BC 94 21 0 15 1A 8D 20 3E
Octal 176 274 224 41 0 25 32 215 40 76
Binary 1111110 10111100 10010100 100001 0 10101 11010 10001101 100000 111110

Color Harmonies of #7EBC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC94

Black with #7EBC94

Text Example


Text Example

White with #7EBC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,148); }

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

background-color css

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

 a { background-color: rgb(126,188,148); }

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

border-color css

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

 span { border-color: rgb(126,188,148); }

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