#7EBEA0

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

Shades of Padua #7EBEA0

Tints of Padua #7EBEA0

Color information

#7EBEA0 (or 0x7EBEA0) is unknown color: approx Padua. HEX triplet: 7E, BE and A0. RGB value is (126,190,160). Sum of RGB (Red+Green+Blue) = 126+190+160=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBEA0 is #81415F. Grayscale: #A7A7A7. Windows color (decimal): -8470880 or 10534526. OLE color: 10534526.

HSL color Cylindrical-coordinate representation of color #7EBEA0: hue angle of 151.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBEA0 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB126190160-
CMYK0.3400.160.25
HSL151.88º32.99%61.96%-
HSV(B)151.88º33.68%74.51%-
XYZ33.3643.839.95-
YUV167.44123.898.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.47%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=26.47%
G=39.92%
B=33.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261901600.3400.160.25151.8832.9961.96
Hex7EBEA0220101998213e
Octal17627624042020312304176
Binary111111010111110101000001000100100001100110011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,190,160); }

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

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

 a { background-color: rgb(126,190,160); }

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

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

 span { border-color: rgb(126,190,160); }

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