#7BBC96

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

Shades of Padua #7BBC96

Tints of Padua #7BBC96

Color information

#7BBC96 (or 0x7BBC96) is unknown color: approx Padua. HEX triplet: 7B, BC and 96. RGB value is (123,188,150). Sum of RGB (Red+Green+Blue) = 123+188+150=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC96 is #844369. Grayscale: #A4A4A4. Windows color (decimal): -8668010 or 9878651. OLE color: 9878651.

HSL color Cylindrical-coordinate representation of color #7BBC96: hue angle of 144.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBC96 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB123188150-
CMYK0.3500.200.26
HSL144.92º32.66%60.98%-
HSV(B)144.92º34.57%73.73%-
XYZ31.6642.3835.37-
YUV164.23119.9798.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.68%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=26.68%
G=40.78%
B=32.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231881500.3500.200.26144.9232.6660.98
Hex7BBC96230141A91213d
Octal17327422643024322214175
Binary111101110111100100101101000110101001101010010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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