#7BCE96

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

Shades of Padua #7BCE96

Tints of Padua #7BCE96

Color information

#7BCE96 (or 0x7BCE96) is unknown color: approx Padua. HEX triplet: 7B, CE and 96. RGB value is (123,206,150). Sum of RGB (Red+Green+Blue) = 123+206+150=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCE96 is #843169. Grayscale: #AEAEAE. Windows color (decimal): -8663402 or 9883259. OLE color: 9883259.

HSL color Cylindrical-coordinate representation of color #7BCE96: hue angle of 139.52º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCE96 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB123206150-
CMYK0.4000.270.19
HSL139.52º45.86%64.51%-
HSV(B)139.52º40.29%80.78%-
XYZ35.7450.5636.73-
YUV174.811491.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.68%
GREEN value IS 206 (80.86% from 255) = 43.01%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=25.68%
G=43.01%
B=31.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232061500.4000.270.19139.5245.8664.51
Hex7BCE962801B138c2e41
Octal173316226500332321456101
Binary1111011110011101001011010100001101110011100011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,206,150); }

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

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

 a { background-color: rgb(123,206,150); }

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

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

 span { border-color: rgb(123,206,150); }

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