#7EBD9D

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

Shades of Padua #7EBD9D

Tints of Padua #7EBD9D

Color information

#7EBD9D (or 0x7EBD9D) is unknown color: approx Padua. HEX triplet: 7E, BD and 9D. RGB value is (126,189,157). Sum of RGB (Red+Green+Blue) = 126+189+157=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBD9D is #814262. Grayscale: #A6A6A6. Windows color (decimal): -8471139 or 10337662. OLE color: 10337662.

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

Color convert

RGB126189157-
CMYK0.3300.170.26
HSL149.52º32.31%61.76%-
HSV(B)149.52º33.33%74.12%-
XYZ32.8943.2738.52-
YUV166.52122.6399.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=26.69%
G=40.04%
B=33.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261891570.3300.170.26149.5232.3161.76
Hex7EBD9D210111A96203e
Octal17627523541021322264076
Binary111111010111101100111011000010100011101010010110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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