#7EBAA1

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

Shades of Padua #7EBAA1

Tints of Padua #7EBAA1

Color information

#7EBAA1 (or 0x7EBAA1) is unknown color: approx Padua. HEX triplet: 7E, BA and A1. RGB value is (126,186,161). Sum of RGB (Red+Green+Blue) = 126+186+161=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBAA1 is #81455E. Grayscale: #A5A5A5. Windows color (decimal): -8471903 or 10599038. OLE color: 10599038.

HSL color Cylindrical-coordinate representation of color #7EBAA1: hue angle of 155º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBAA1 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB126186161-
CMYK0.3200.130.27
HSL155º30.3%61.18%-
HSV(B)155º32.26%72.94%-
XYZ32.642.1340.13-
YUV165.21125.62100.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=26.64%
G=39.32%
B=34.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261861610.3200.130.2715530.361.18
Hex7EBAA1200D1B9b1e3d
Octal17627224140015332333675
Binary1111110101110101010000110000001101110111001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,161); }

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

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

 a { background-color: rgb(126,186,161); }

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

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

 span { border-color: rgb(126,186,161); }

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