#7BC298

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

Shades of Padua #7BC298

Tints of Padua #7BC298

Color information

#7BC298 (or 0x7BC298) is unknown color: approx Padua. HEX triplet: 7B, C2 and 98. RGB value is (123,194,152). Sum of RGB (Red+Green+Blue) = 123+194+152=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC298 is #843D67. Grayscale: #A8A8A8. Windows color (decimal): -8666472 or 10011259. OLE color: 10011259.

HSL color Cylindrical-coordinate representation of color #7BC298: hue angle of 144.51º 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 #7BC298 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB123194152-
CMYK0.3700.220.24
HSL144.51º36.79%62.16%-
HSV(B)144.51º36.6%76.08%-
XYZ33.1345.0636.66-
YUV167.98118.9895.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=26.23%
G=41.36%
B=32.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231941520.3700.220.24144.5136.7962.16
Hex7BC298250161891253e
Octal17330223045026302214576
Binary111101111000010100110001001010101101100010010001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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