#7EBF9A

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

Shades of Padua #7EBF9A

Tints of Padua #7EBF9A

Color information

#7EBF9A (or 0x7EBF9A) is unknown color: approx Padua. HEX triplet: 7E, BF and 9A. RGB value is (126,191,154). Sum of RGB (Red+Green+Blue) = 126+191+154=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF9A is #814065. Grayscale: #A7A7A7. Windows color (decimal): -8470630 or 10141566. OLE color: 10141566.

HSL color Cylindrical-coordinate representation of color #7EBF9A: hue angle of 145.85º degrees, saturation: 0.34, 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 #7EBF9A is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB126191154-
CMYK0.3400.190.25
HSL145.85º33.68%62.16%-
HSV(B)145.85º34.03%74.9%-
XYZ33.0744.0337.33-
YUV167.35120.4798.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.75%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=26.75%
G=40.55%
B=32.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911540.3400.190.25145.8533.6862.16
Hex7EBF9A220131992223e
Octal17627723242023312224276
Binary111111010111111100110101000100100111100110010010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,191,154); }

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

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

 a { background-color: rgb(126,191,154); }

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

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

 span { border-color: rgb(126,191,154); }

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