#7EBD9F

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

Shades of Padua #7EBD9F

Tints of Padua #7EBD9F

Color information

#7EBD9F (or 0x7EBD9F) is unknown color: approx Padua. HEX triplet: 7E, BD and 9F. RGB value is (126,189,159). Sum of RGB (Red+Green+Blue) = 126+189+159=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD9F is #814260. Grayscale: #A6A6A6. Windows color (decimal): -8471137 or 10468734. OLE color: 10468734.

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

Color convert

RGB126189159-
CMYK0.3300.160.26
HSL151.43º32.31%61.76%-
HSV(B)151.43º33.33%74.12%-
XYZ33.0643.3339.42-
YUV166.74123.6398.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=26.58%
G=39.87%
B=33.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261891590.3300.160.26151.4332.3161.76
Hex7EBD9F210101A97203e
Octal17627523741020322274076
Binary111111010111101100111111000010100001101010010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,159); }

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

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

 a { background-color: rgb(126,189,159); }

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

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

 span { border-color: rgb(126,189,159); }

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