Html Css Color HEX #7EB192 Padua

📋 copy color: '#7EB192'

red 126 ◦ green 177 ◦ blue 146

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

Shades of Padua #7EB192

Tints of Padua #7EB192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 28.06%
G = 39.42%
B = 32.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#7EB192 (or 0x7EB192) is known color: Padua. HEX triplet: 7E, B1 and 92. RGB value is (126,177,146). Sum of RGB (Red+Green+Blue) = 126+177+146=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB192 is #814E6D. Grayscale: #9E9E9E. Windows color (decimal): -8474222 or 9613694. OLE color: 9613694.

HSL color Cylindrical-coordinate representation of color #7EB192: hue angle of 143.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EB192 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 177 146 -
CMYK 0.29 0 0.18 0.31
HSL 143.53º 0.25% 0.59% -
HSV(B) 143.53º 0.29% 0.69% -
XYZ 29.51 37.96 32.96 -
YUV 158.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 126 177 146 0.29 0 0.18 0.31 143.53 0.25 0.59
Hex 7E B1 92 1D 0 12 1F 90 19 3B
Octal 176 261 222 35 0 22 37 220 31 73
Binary 1111110 10110001 10010010 11101 0 10010 11111 10010000 11001 111011

Color Harmonies of #7EB192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB192

Black with #7EB192

Text Example


Text Example

White with #7EB192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,177,146); }

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

background-color css

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

 a { background-color: rgb(126,177,146); }

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

border-color css

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

 span { border-color: rgb(126,177,146); }

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