#7BC892

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

Shades of Padua #7BC892

Tints of Padua #7BC892

Color information

#7BC892 (or 0x7BC892) is unknown color: approx Padua. HEX triplet: 7B, C8 and 92. RGB value is (123,200,146). Sum of RGB (Red+Green+Blue) = 123+200+146=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC892 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC892 is #84376D. Grayscale: #AAAAAA. Windows color (decimal): -8664942 or 9619579. OLE color: 9619579.

HSL color Cylindrical-coordinate representation of color #7BC892: hue angle of 137.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC892 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB123200146-
CMYK0.3800.270.22
HSL137.92º41.18%63.33%-
HSV(B)137.92º38.5%78.43%-
XYZ34.0147.5934.59-
YUV170.82113.9993.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=26.23%
G=42.64%
B=31.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1232001460.3800.270.22137.9241.1863.33
Hex7BC8922601B168a293f
Octal17331022246033262125177
Binary111101111001000100100101001100110111011010001010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,200,146); }

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

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

 a { background-color: rgb(123,200,146); }

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

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

 span { border-color: rgb(123,200,146); }

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