#7EBBA1

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

Shades of Padua #7EBBA1

Tints of Padua #7EBBA1

Color information

#7EBBA1 (or 0x7EBBA1) is unknown color: approx Padua. HEX triplet: 7E, BB and A1. RGB value is (126,187,161). Sum of RGB (Red+Green+Blue) = 126+187+161=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBBA1 is #81445E. Grayscale: #A5A5A5. Windows color (decimal): -8471647 or 10599294. OLE color: 10599294.

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

Color convert

RGB126187161-
CMYK0.3300.140.27
HSL154.43º30.96%61.37%-
HSV(B)154.43º32.62%73.33%-
XYZ32.8142.5540.2-
YUV165.8125.2999.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.58%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=26.58%
G=39.45%
B=33.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261871610.3300.140.27154.4330.9661.37
Hex7EBBA1210E1B9a1f3d
Octal17627324141016332323775
Binary1111110101110111010000110000101110110111001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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