#7BC895

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

Shades of Padua #7BC895

Tints of Padua #7BC895

Color information

#7BC895 (or 0x7BC895) is unknown color: approx Padua. HEX triplet: 7B, C8 and 95. RGB value is (123,200,149). Sum of RGB (Red+Green+Blue) = 123+200+149=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC895 is #84376A. Grayscale: #ABABAB. Windows color (decimal): -8664939 or 9816187. OLE color: 9816187.

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

Color convert

RGB123200149-
CMYK0.3800.260.22
HSL140.26º41.18%63.33%-
HSV(B)140.26º38.5%78.43%-
XYZ34.2547.6935.83-
YUV171.16115.4993.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.06%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=26.06%
G=42.37%
B=31.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1232001490.3800.260.22140.2641.1863.33
Hex7BC8952601A168c293f
Octal17331022546032262145177
Binary111101111001000100101011001100110101011010001100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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