Html Css Color HEX #7EAE92 Padua

📋 copy color: '#7EAE92'

red 126 ◦ green 174 ◦ blue 146

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

Shades of Padua #7EAE92

Tints of Padua #7EAE92

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.01%

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

R = 28.25%
G = 39.01%
B = 32.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#7EAE92 (or 0x7EAE92) is known color: Padua. HEX triplet: 7E, AE and 92. RGB value is (126,174,146). Sum of RGB (Red+Green+Blue) = 126+174+146=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAE92 is #81516D. Grayscale: #9C9C9C. Windows color (decimal): -8474990 or 9612926. OLE color: 9612926.

HSL color Cylindrical-coordinate representation of color #7EAE92: hue angle of 145º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAE92 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 174 146 -
CMYK 0.28 0 0.16 0.32
HSL 145º 0.23% 0.59% -
HSV(B) 145º 0.28% 0.68% -
XYZ 28.93 36.78 32.77 -
YUV 156.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 126 174 146 0.28 0 0.16 0.32 145 0.23 0.59
Hex 7E AE 92 1C 0 10 20 91 17 3B
Octal 176 256 222 34 0 20 40 221 27 73
Binary 1111110 10101110 10010010 11100 0 10000 100000 10010001 10111 111011

Color Harmonies of #7EAE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE92

Black with #7EAE92

Text Example


Text Example

White with #7EAE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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