#7EBEA1

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

Shades of Padua #7EBEA1

Tints of Padua #7EBEA1

Color information

#7EBEA1 (or 0x7EBEA1) is unknown color: approx Padua. HEX triplet: 7E, BE and A1. RGB value is (126,190,161). Sum of RGB (Red+Green+Blue) = 126+190+161=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBEA1 is #81415E. Grayscale: #A7A7A7. Windows color (decimal): -8470879 or 10600062. OLE color: 10600062.

HSL color Cylindrical-coordinate representation of color #7EBEA1: hue angle of 152.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBEA1 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB126190161-
CMYK0.3400.150.25
HSL152.81º32.99%61.96%-
HSV(B)152.81º33.68%74.51%-
XYZ33.4543.8440.42-
YUV167.56124.398.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=26.42%
G=39.83%
B=33.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261901610.3400.150.25152.8132.9961.96
Hex7EBEA1220F1999213e
Octal17627624142017312314176
Binary11111101011111010100001100010011111100110011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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