#7EBD9B

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

Shades of Padua #7EBD9B

Tints of Padua #7EBD9B

Color information

#7EBD9B (or 0x7EBD9B) is unknown color: approx Padua. HEX triplet: 7E, BD and 9B. RGB value is (126,189,155). Sum of RGB (Red+Green+Blue) = 126+189+155=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD9B is #814264. Grayscale: #A6A6A6. Windows color (decimal): -8471141 or 10206590. OLE color: 10206590.

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

Color convert

RGB126189155-
CMYK0.3300.180.26
HSL147.62º32.31%61.76%-
HSV(B)147.62º33.33%74.12%-
XYZ32.7243.237.62-
YUV166.29121.6399.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.81%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=26.81%
G=40.21%
B=32.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261891550.3300.180.26147.6232.3161.76
Hex7EBD9B210121A94203e
Octal17627523341022322244076
Binary111111010111101100110111000010100101101010010100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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