#7BC294

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

Shades of Padua #7BC294

Tints of Padua #7BC294

Color information

#7BC294 (or 0x7BC294) is unknown color: approx Padua. HEX triplet: 7B, C2 and 94. RGB value is (123,194,148). Sum of RGB (Red+Green+Blue) = 123+194+148=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC294 is #843D6B. Grayscale: #A7A7A7. Windows color (decimal): -8666476 or 9749115. OLE color: 9749115.

HSL color Cylindrical-coordinate representation of color #7BC294: hue angle of 141.13º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC294 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB123194148-
CMYK0.3700.240.24
HSL141.13º36.79%62.16%-
HSV(B)141.13º36.6%76.08%-
XYZ32.8144.9334.96-
YUV167.53116.9896.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=26.45%
G=41.72%
B=31.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231941480.3700.240.24141.1336.7962.16
Hex7BC29425018188d253e
Octal17330222445030302154576
Binary111101111000010100101001001010110001100010001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,194,148); }

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

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

 a { background-color: rgb(123,194,148); }

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

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

 span { border-color: rgb(123,194,148); }

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