#7EBC92

Color #7EBC92 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7EBC92

Tints of Padua #7EBC92

Color information

#7EBC92 (or 0x7EBC92) is unknown color: approx Padua. HEX triplet: 7E, BC and 92. RGB value is (126,188,146). Sum of RGB (Red+Green+Blue) = 126+188+146=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC92 is #81436D. Grayscale: #A4A4A4. Windows color (decimal): -8471406 or 9616510. OLE color: 9616510.

HSL color Cylindrical-coordinate representation of color #7EBC92: hue angle of 139.35º 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 #7EBC92 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB126188146-
CMYK0.3300.220.26
HSL139.35º31.63%61.57%-
HSV(B)139.35º32.98%73.73%-
XYZ31.7842.4833.72-
YUV164.67117.46100.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.39%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=27.39%
G=40.87%
B=31.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261881460.3300.220.26139.3531.6361.57
Hex7EBC92210161A8b203e
Octal17627422241026322134076
Binary111111010111100100100101000010101101101010001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EBC92;
 }
 .AnyTagClassName
 {
   color: #7EBC92;
 }
</style>
background-color css

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

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

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

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

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

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